Skip to content

Conversation

josephfrazier
Copy link
Contributor

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)

I verified this by running:

npm run create-react-app my-app cd my-app yarn
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)
@josephfrazier
Copy link
Contributor Author

The AppVeyor failure appears to be unrelated, and it happened to another PR as well.

@elmennani89
Copy link

when using create-react-app I have the following issue, and I couldn't start the project:

warning fsevents@1.1.2: The platform "win32" is incompatible with this module. info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation. 
@Timer
Copy link
Contributor

Timer commented Jun 18, 2017

Great, thanks for this @josephfrazier!

@Timer
Copy link
Contributor

Timer commented Jun 18, 2017

@abdellah-el-mennani if that error shown is all you see, it can be ignored as it is a warning and is an optional dependency. Windows does not support fsevents, which is specific to macOS.

@Timer Timer merged commit acb1957 into facebook:master Jun 18, 2017
@Timer Timer added this to the 1.0.8 milestone Jun 18, 2017
@josephfrazier josephfrazier deleted the fsevents-1.1.2 branch June 18, 2017 16:49
@gaearon gaearon mentioned this pull request Jun 28, 2017
@gaearon
Copy link
Contributor

gaearon commented Jun 28, 2017

Any ideas why this still doesn't fix CI for Node 8?
#2659 (comment)

romaindso pushed a commit to romaindso/create-react-app that referenced this pull request 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 referenced this pull request in wmonk/create-react-app-typescript 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)
hysan added a commit to hysan/instructor-code-challenge that referenced this pull request Feb 22, 2018
This fixes the following error on macOS with regards to and fsevents@1.0.17 not being found when using Node.js 8+. See issues and pull requests: facebook/create-react-app#2613 facebook/create-react-app#2550 fsevents/fsevents#170 fsevents/fsevents#169. A minimum verison of v1.0.8 is required as the PR was pushed in that release: https://github.com/facebook/create-react-app/releases/tag/v1.0.8 Considering the targeted nature of the project, I figured that upgrading to the latest (v1.1.1) would be safe.
@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.