Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(node:21856) ExperimentalWarning: The http2 module is an experimental API. #5

Open
cssagogo opened this issue Nov 1, 2017 · 1 comment

Comments

@cssagogo
Copy link

cssagogo commented Nov 1, 2017

I get the following error when I try running grunt-mocha on a new project...

/usr/local/bin/node /Users/adamyoungers/projects/pikadeck/node_modules/grunt-cli/bin/grunt --gruntfile /Users/adamyoungers/projects/pikadeck/Gruntfile.js connect:test
Running "connect:test" (connect) task
(node:21856) ExperimentalWarning: The http2 module is an experimental API.
Started connect web server on http://localhost:8000

Done.

Process finished with exit code 0

Any ideas on what is causing it or how to fix? My grunt initConfig has this...

        connect: {
           test: {
               server: {
                   options: {
                       port: 8888,
                       base: '.',
                   },
               },
           }
        },
@rejas
Copy link

rejas commented May 4, 2018

This isnt an error, just a warning. Also your process finished with an exit code of 0 so everything should be okay. Did you expect someting else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants