-
Notifications
You must be signed in to change notification settings - Fork 973
npm install
fails on Ubuntu 14.04 with recent node/npm
#1212
Comments
npm install
fails on Ubuntu 14.04 with recent node/npm
Same on Xubuntu 14.04
when trying to install separately
my log
|
same here |
Same here.. any update on this issue ? |
same on ubuntu 15.10 |
The workaround used to solve this is to delete completely the node_modules folder and execute |
same on antergos (Arch Linux). The workaround isn't functioning for me |
Same Xubuntu 15.04. |
I'm with the same problem on ubuntu 16.04 beta. |
Hi! this work for me:
I'm using node 5.10 and npm 3.8.7 |
@brunocascio npm ERR! Linux 4.4.6-201.fc22.x86_64 |
Hi @rnorden I'm using 3.19.X Linux branch. |
Hi, fsevents is for Mac OSX only, not Linux. https://www.npmjs.com/package/fsevents |
Same issue in Babel. Why it's a dependency? oO |
Let us know if there's still an issue after the update on the documentation just referenced, thanks. |
Closing for a moment. If this is persistent please leave a log, thanks. |
For the participants: the instruction for installation has been updated. Would you please retry following it on README and tell me if the error persists? If so I will reopen the issue. Thanks! |
If you're running that on a CI server, try to remove the node_modules dir before run the npm install. |
Please help, this is important work stuff npm WARN optional Skipping failed optional dependency /chokidar/fsevents: |
@katlehotech It's a Mac specific thing. If you have a Linux/Windows System you don't need to care of it. |
@katlehotech are you all using Brave at your work? (that would be cool) 🦁 |
Hi this works also for me on ubuntu 16.04 x64:
|
|
will you paste here what is the output of the error? |
Same problem and rm -rf node_modules/ && npm install && npm rebuild does not help as well runing npm install as sudo or normal user.
Ubuntu 16.04, trying to use gulp I get
|
nvm, error is gone after updating node to the latest https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version |
Same issue on Lubuntu 18.04 npm install --save-dev fsevents npm ERR! Linux 4.15.0-33-generic npm ERR! notsup Not compatible with your operating system or architecture: fsevents@1.2.4 npm ERR! Please include the following file with any support request: npm-debug.log 0 info it worked if it ends with ok |
fsevents isn't going to install on Linux because it's only designed for OS X, see the https://www.npmjs.com/package/fsevents |
Can you please some one help me with the below error, npm ERR! path /home/user/.npm/_cacache/index-v5/9a/e4/c8b1b5f5ecdb3896ae63d10f31b93c6e3785501944906912db49c8ba02da npm ERR! A complete log of this run can be found in: |
Hi @Creative9991 - |
The text was updated successfully, but these errors were encountered: