angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.95k forks source link

Install failing on node-pre-gyp dependency #467

Open adgantt opened 3 years ago

adgantt commented 3 years ago

macOS 11.5.2 node v14.17.5 npm v6.14.14

npm install

> fsevents@1.2.4 install /Users/adgantt/Code/angular-seed/node_modules/fsevents
> node install

node-pre-gyp ERR! Completion callback never invoked! 
node-pre-gyp ERR! System Darwin 20.6.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/adgantt/Code/angular-seed/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/adgantt/Code/angular-seed/node_modules/fsevents
node-pre-gyp ERR! node -v v14.17.5
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! This is a bug in `node-pre-gyp`.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR!     <https://github.com/mapbox/node-pre-gyp/issues>