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

Many warnings with node 8.0.0 and npm 5.0 #2422

Closed
FozzyBear opened this issue May 31, 2017 · 7 comments
Closed

Many warnings with node 8.0.0 and npm 5.0 #2422

FozzyBear opened this issue May 31, 2017 · 7 comments

Comments

@FozzyBear
Copy link

  1. Download new node 8.0.0 for windows. Install. Includes npm 5.0.0
  2. npm install -g create-react-app
  3. create-react-app -V gives version 1.3.1
  4. create-react-app app

Result: many warnings about unmet dependencies + verbose error messages about fsevents.

Fsevents errors were expected on windows but not sure about so many unmet dependencies...

@gaearon
Copy link
Contributor

gaearon commented May 31, 2017

Please show the console output. It’s not enough information to diagnose the issue.

@FozzyBear
Copy link
Author

Here are the warnings followed by the error(s).
creste-react-app-1
creste-react-app-2

Also, yarn start seems to work anyways, but I have not tried to go any further, not being confident in this process at this point...

@FozzyBear FozzyBear reopened this May 31, 2017
@Timer
Copy link
Contributor

Timer commented May 31, 2017

Please update your Yarn version to the latest (0.24.5). The version you are using is outdated.

Older versions of Yarn incorrectly warned about unmet dependencies.

@FozzyBear
Copy link
Author

FozzyBear commented May 31, 2017 via email

@gaearon
Copy link
Contributor

gaearon commented May 31, 2017

The issue is the old buggy Yarn version. If you update Yarn, the issues should go away.
Please let us know if not, and we’ll be happy to reopen!

@gaearon gaearon closed this as completed May 31, 2017
@FozzyBear
Copy link
Author

FozzyBear commented May 31, 2017 via email

@gaearon
Copy link
Contributor

gaearon commented May 31, 2017

I had no yarn before I installed node and create-react-app

The UI definitely looks like Yarn, so maybe it comes preinstalled with whatever way you are using to get Node. Which is fairly unusual. Thanks for reporting, we’ll keep an eye on this.

josephfrazier added a commit to josephfrazier/create-react-app that referenced this issue Jun 16, 2017
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook#2422 (comment)
Timer pushed a commit that referenced this issue Jun 18, 2017
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
#2422 (comment)
romaindso pushed a commit to romaindso/create-react-app that referenced this issue Jul 10, 2017
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook#2422 (comment)
wmonk pushed a commit to wmonk/create-react-app-typescript that referenced this issue Aug 7, 2017
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook/create-react-app#2422 (comment)
rrdelaney pushed a commit to rrdelaney/reason-scripts that referenced this issue May 23, 2018
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook/create-react-app#2422 (comment)
Coord pushed a commit to Azure/iot-ux-baseline that referenced this issue Jun 29, 2018
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook/create-react-app#2422 (comment)
@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants