-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Not able to create new app #570
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
Comments
Can you please specify your Node version? |
As noted in README we only support Node 4 and higher. Please update your Node version, the project won't work without it. We should however make sure that CLI doesn't just throw, and print a descriptive error on earlier versions instead. I think this is a regression because we added a dependency on |
Did you mean "with something that works on Node 4 and below"? If so, |
Sounds good, yes this is what I meant. |
That was indeed the issue. Upgraded to 6.5 and it now works. |
@sotojuan Would you be interested in sending a PR to make CLI work on earlier nodes, at least up to the point where it detects the version? |
Just installed it on OSX 10.10.5
tried creating a new app by
create-react-app hello-world
got this
/usr/local/lib/node_modules/create-react-app/node_modules/path-exists/index.js:2
const fs = require('fs');
^^^^^
SyntaxError: Use of const in strict mode.
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/create-react-app/index.js:44:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
The text was updated successfully, but these errors were encountered: