Closed
Description
I'm trying to build the repo but I keep getting errors in the terminal when I run npm i
Here is a snippet from the npm error log
45992 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/chokidar/node_modules/fsevents):
45993 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 install: `node install`
45993 warn optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
45994 verbose optional SKIPPING OPTIONAL DEPENDENCY:
45994 verbose optional Failed at the fsevents@1.2.7 install script.
45994 verbose optional SKIPPING OPTIONAL DEPENDENCY: This is probably not a problem with npm. There is likely additional logging output above.
45995 verbose stack Error: grpc@1.19.0 install: `node-pre-gyp install --fallback-to-build --library=static_library`
45995 verbose stack Exit status 1
45995 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
45995 verbose stack at EventEmitter.emit (events.js:200:13)
45995 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
45995 verbose stack at ChildProcess.emit (events.js:200:13)
45995 verbose stack at maybeClose (internal/child_process.js:1021:16)
45995 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
45996 verbose pkgid grpc@1.19.0
45997 verbose cwd /Users/tony/Documents/Development/github-forks/hooks-workshop
45998 verbose Darwin 18.6.0
45999 verbose argv "/usr/local/Cellar/node/12.4.0/bin/node" "/usr/local/bin/npm" "install"
46000 verbose node v12.4.0
46001 verbose npm v6.9.0
46002 error code ELIFECYCLE
46003 error errno 1
46004 error grpc@1.19.0 install: `node-pre-gyp install --fallback-to-build --library=static_library`
46004 error Exit status 1
46005 error Failed at the grpc@1.19.0 install script.
46005 error This is probably not a problem with npm. There is likely additional logging output above.
46006 verbose exit [ 1, true ]
So, I ignored the warnings and did a npm start
, the project then asks where would I like to begin (or something to that effect) and I enter 0
and get this:
Any suggestions?
Looks like it's something to do with node-gyp
but this is the only repo that I have this problem with.
Metadata
Metadata
Assignees
Labels
No labels