You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install grpc-tools -g
/usr/local/bin/grpc_tools_node_protoc -> /usr/local/lib/node_modules/grpc-tools/bin/protoc.js
/usr/local/bin/grpc_tools_node_protoc_plugin -> /usr/local/lib/node_modules/grpc-tools/bin/protoc_plugin.js
>[email protected] install /usr/local/lib/node_modules/grpc-tools
> node-pre-gyp install
node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp ERR! install error
node-pre-gyp ERR! stack Error: There was a fatal problem while downloading/extracting the tarball
node-pre-gyp ERR! stack at Unpack.afterTarball (/usr/local/lib/node_modules/grpc-tools/node_modules/node-pre-gyp/lib/install.js:102:33)
node-pre-gyp ERR! stack at Unpack.emit (events.js:197:13)
node-pre-gyp ERR! stack at Unpack.[maybeClose] (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/unpack.js:171:12)
node-pre-gyp ERR! stack at Unpack.opt.ondone._ (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/unpack.js:89:23)
node-pre-gyp ERR! stack at Unpack.emit (events.js:197:13)
node-pre-gyp ERR! stack at Unpack.[emit] (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/parse.js:230:12)
node-pre-gyp ERR! stack at Unpack.[maybeEnd] (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/parse.js:346:17)
node-pre-gyp ERR! stack at Unpack.[consumeChunk] (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/parse.js:354:21)
node-pre-gyp ERR! stack at Unpack.write (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/parse.js:310:25)
node-pre-gyp ERR! stack at Unpack.end (/usr/local/lib/node_modules/grpc-tools/node_modules/tar/lib/parse.js:419:14)
node-pre-gyp ERR! System Darwin 18.6.0
node-pre-gyp ERR!command"/usr/local/Cellar/node/11.10.1/bin/node""/usr/local/lib/node_modules/grpc-tools/node_modules/.bin/node-pre-gyp""install"
node-pre-gyp ERR! cwd /usr/local/lib/node_modules/grpc-tools
node-pre-gyp ERR! node -v v11.10.1
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
node-pre-gyp ERR! not ok
There was a fatal problem while downloading/extracting the tarball
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR![email protected] install: `node-pre-gyp install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
···
The text was updated successfully, but these errors were encountered:
Problem description
Build failed when
node-pre-gyp
useneedle
moduleAdd dependencies, and it can be fixed。
grpc-node/packages/grpc-tools/package.json
Lines 27 to 29 in 2ab15fe
Reproduction steps
Environment
Additional context
The text was updated successfully, but these errors were encountered: