-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Upgrade fsevents to 1.1.2 #2550
Conversation
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)
8f96f7a
to
8deb823
Compare
The AppVeyor failure appears to be unrelated, and it happened to another PR as well. |
when using create-react-app I have the following issue, and I couldn't start the project:
|
Great, thanks for this @josephfrazier! |
@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 |
Any ideas why this still doesn't fix CI for Node 8? |
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)
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)
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.
This eliminates a
yarn
warning on OSX machines running Node.js 8. Seehere 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