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

npm install fails on mac os x #140

Open
chafey opened this issue Mar 27, 2020 · 1 comment
Open

npm install fails on mac os x #140

chafey opened this issue Mar 27, 2020 · 1 comment

Comments

@chafey
Copy link
Collaborator

chafey commented Mar 27, 2020

OS: Mac OS X 10.15.3
Node: 12.14.0

I am trying to build dicomParser but it files on my mac, here is the first part of the log:

╭─chafey@MBP16-2019 ~/src/dicomParser ‹master*›
╰─$ npm install

fsevents@1.1.3 install /Users/chafey/src/dicomParser/node_modules/fsevents
node install

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-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@12.14.0 (node-v72 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-v72-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@12.14.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
SOLINK_MODULE(target) Release/.node
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o

@chafey
Copy link
Collaborator Author

chafey commented Mar 27, 2020

Note - npm install succeeds when I use Node 10.19. There are still several errors and warnings related to fsevents but it is considered an "optional" dependency so it succeeds.

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

No branches or pull requests

2 participants