-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 9 support #1290
Comments
I encountered the same error on my Ubuntu machine as well. Should I try older versions of nodejs? |
Thanks for the report. This is a Node 9 issue in scoutcamp, the web framework created by a shields long-time maintainer, and it's been reported there: espadrine/sc#65. I can reproduce it in unit tests:
If you feel like looking into it, that'd be helpful! I'd be happy to add Node 9 to our Travis suite once it's working. |
npm start
After #1291 postinstall will fail under Node 9, printing a more helpful error message. |
Thanks for the reply and quick commit to block node 9 for now! I would very much like to help to solve this, but since I am not really a nodejs developer, I will just start from rolling back to nodejs 8 and adding some badges to the project (which is why I encountered this at the first place). Please keep me updated! |
Fixed in #1543! |
I encountered an error when loading
http://[::]:8080/
after starting the server usingnpm start
.And the error log:
I am not sure if it's a real problem or it is just me having incorrect installations of node & npm.
The text was updated successfully, but these errors were encountered: