-
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.js 9: Сrash when trying to install a new project (bug) #10956
Comments
What is your npm and Node.js version? |
Possibly related: nodejs/node#16781 It seems to be an issue in v8 (the Node.js engine). Can you try |
@DanielRuf , yes i have 9 version of node. Ok, I'll try what you suggest to me now. But first time project installed w/o any errors. |
Great. So it seems there is a bug in Node.js 9. We should track this one. |
It seems 9.5.0 has this fix. https://github.com/nodejs/node/blob/v9.5.0/deps/v8/src/flag-definitions.h Can you verify this? |
|
The last release which had this flag enabled was Node.js 9.1.0. Node.js 9.2.0 was the first release which contains the fix and should work. https://github.com/nodejs/node/blob/v9.1.0/deps/v8/src/flag-definitions.h https://github.com/nodejs/node/blob/v9.2.0/deps/v8/src/flag-definitions.h |
NodeJS v 9.5.0
Looks all fine. I thought I installed version 9.0.0 with |
Thanks for the fast feedback. I'll close this issue as this is fixed in the latest Node.js releases. |
You are welcome. |
Hello. OS Ubuntu 16.04
How to reproduce this bug:
What should happen:
Installer must create files for new project
What happened instead:
Installer crushed. Terminal output:
Browser(s) and Device(s) tested on:
OS Ubuntu 16.04
Foundation Version(s) you are using:
Foundation CLI version 2.2.5
The text was updated successfully, but these errors were encountered: