-
-
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
Creating new app - fsevents problem #977
Comments
After Artur |
Yes, it's expected on Linux and Windows. |
Hi, OSX El Capitan v.10.11.6 Any help would be much appreciated! Trying to go through the Learn Pure React book. |
This is likely an issue with your npm or Node installation. |
This does sound like an npm or Node problem. Have you tried a different version of Node/npm? I suggest installing NVM and using that to install either an older or newer version of Node, maybe 6.9.3 or 7.4.0. NVM will set you up with a fresh environment, isolated from whatever you currently have, and maybe it'll work better. Just for kicks, you could also try installing yarn ( |
Thanks Dan and Dave. I did a full uninstall of Node and reinstalled using Brew to version 7.4.0 but got the same issue. Now trying 6.9.3 through NVM but it's going slowly, will let you know how it progresses! Will give Yarn a go if NVM doesn't get me anywhere. Thanks for the tips! |
Connection went super slow but finally got v6.9.3 installed via NVM and that has done the trick! Only odd thing I'm experiencing is that I need to run npm start and npm run build using sudo, I'm assuming this isn't normal? Thanks for your help, will let you know how I get on with the book! |
It's not. |
Sorry my bad, with all the node file deleting I think I ran create-react-app with sudo. Thank you for the quick replies and I'll stop bothering you now! |
Glad it works! |
Hello there, there is a problem while creating new app.
$ node -v
v6.0.0
$ npm -v
3.8.6
$ mkdir tmp
$ cd tmp
$ create-react-app client2
output
Creating a new React app in /home/user/gatesync/webserver/client2.
Installing packages. This might take a couple minutes.
Installing react-scripts from npm...
node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v48-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.0.14 and node@6.0.0 (node-v48 ABI) (falling back to source compile with node-gyp)
but eventually it succeeds except
npm WARN optional Skipping failed optional dependency /react-scripts/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
Should it be like this? Is it needed for something?
Artur
The text was updated successfully, but these errors were encountered: