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

Can't create app with node v8.9.0 #5612

Closed
enkot opened this issue Oct 29, 2018 · 5 comments
Closed

Can't create app with node v8.9.0 #5612

enkot opened this issue Oct 29, 2018 · 5 comments

Comments

@enkot
Copy link

enkot commented Oct 29, 2018

Is this a bug report?

Yes.
In documentation minimum Node version should be changed to 8.10.0.

Did you try recovering your dependencies?

NODE 8.9.0
NPM 5.6.0

Steps to Reproduce

  1. Install Node v8.9.0
  2. Run "npx create-react-app react-test"

Expected Behavior

Create new react app.

Actual Behavior

Error while creating new React app.
console

@konekoya
Copy link

I think your image link is broken?

@enkot
Copy link
Author

enkot commented Oct 30, 2018

I think your image link is broken?

Thx! Fixed it.

@iansu
Copy link
Contributor

iansu commented Oct 30, 2018

As the error message says, you need to use node ^8.10.0 but you're using 8.9.0. Try upgrading to the latest version of node 8.

@iansu iansu closed this as completed Oct 30, 2018
@enkot
Copy link
Author

enkot commented Oct 30, 2018

As the error message says, you need to use node ^8.10.0 but you're using 8.9.0. Try upgrading to the latest version of node 8.

You are not attentive. From your README - "....You’ll need to have Node 8.9.0 or later on your local development machine....". I created this issue so that you fix the README.

@iansu
Copy link
Contributor

iansu commented Oct 30, 2018

#5635

@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants