-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Can't npm start
new app, SyntaxError: Unexpected token => on a fresh install
#82
Comments
@olivier-w what node version are you using? |
@conorhastings v0.12.7. Is there a recommended npm/node version that I should be using? |
@olivier-w This requires node |
@conorhastings Working with node v4.4.7 installed. Thank you! |
Hmm wasn't CLI supposed to check for the Node version before installing? |
@gaearon looks like it isn't called anywhere https://github.com/facebookincubator/create-react-app/blob/master/global-cli/index.js#L139-Lundefined edit: @keyanzhang mentioned that in #68 (comment) |
I also maybe missing something but i don't see an engines if i npm install react-scripts |
Ah, good points. Want to fix this? 😄 |
I think I just hit this bug. I know this was integrated but has the template been updated? Hate to ask, but I'm just getting my started with this (Coming from Ruby/HTML/SCSS) Currently on Node 6.7.0 and npm 3.10.7. |
If you have Node 6 you can't have this issue. Please file a new issue describing your problem in detail. Thanks! |
Fix transform ignore pattern for tsx
I can't get the local server started. My steps to the error:
npm install -g create-react-app
create-react-app hello
cd hello
npm start
Using npm v3.10.5 on OS X 10.11.6
The text was updated successfully, but these errors were encountered: