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

nvm install issues #5

Open
fossfool opened this issue Nov 12, 2018 · 2 comments
Open

nvm install issues #5

fossfool opened this issue Nov 12, 2018 · 2 comments

Comments

@fossfool
Copy link

fossfool commented Nov 12, 2018

when I run nvm setup I'm getting errors:

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west- 
2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp) 
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west- 
2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp) 
SOLINK_MODULE(target) Release/.node
SOLINK_MODULE(target) Release/.node

I'm installing on an iMac Pro running Mojave. Any thoughts on how to correct?
best,
-james
I've attached the log below
setupIssues.txt

@knowthen
Copy link
Owner

Hi @fossfool, looks like some sort of issue with this url: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
amazon is giving a 404

I found this comment that indicates there might be an issue with [email protected] on node version 10.

Can you try running the following command to install a newer version of fsevents?

npm install -D [email protected]

Let me know if this helps get you past the issue.

  • James

@pvdev
Copy link

pvdev commented Aug 29, 2019

This did get rid of the error. It would be good to update the package.json devDependencies in all the projects with:

"fsevents": "^1.2.4",

Update: switching to these, without adding fsevents worked also:

"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.5"

Thanks,
Perry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants