最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

npm install grpc失败了

运维笔记admin8浏览0评论

npm install grpc失败了

npm install grpc失败了

enviroment: node version v8.9.3 npm >5.x

按照npm开始安装grpc,我遇到了一些错误 npm install -g grpc

错误:

gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit 
(/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/node-
gyp/lib/build.js:258:23)
gyp ERR! stack     at emitTwo (events.js:126:13)
gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(internal/child_process.js:198:12)
gyp ERR! System Darwin 17.2.0
...
gyp ERR! cwd /Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/grpc
gyp ERR! node -v v8.9.3
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute 
...
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> 
(/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/
grpc/node_modules/node-
pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at emitTwo (events.js:126:13)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:925:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(internal/child_process.js:209:5)
node-pre-gyp ERR! System Darwin 17.2.0
node-pre-gyp ERR! command "/Users/yuham/.nvm/versions/node/v8.9.3/bin/node" 
"/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/
grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--
library=static_library"
node-pre-gyp ERR! cwd 
/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/grpc
node-pre-gyp ERR! node -v v8.9.3
node-pre-gyp ERR! node-pre-gyp -v v0.6.38
node-pre-gyp ERR! not ok
Failed to execute '/Users/yuham/.nvm/versions/node/v8.9.3/bin/node 
/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/node-gyp/bin/node-
gyp.js build --fallback-to-build --library=static_library --
module=/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/
grpc/src/node/extension_binary/node-v57-darwin-x64/grpc_node.node --
module_name=grpc_node --
module_path=/Users/yuham/.nvm/versions/node/v8.9.3/lib/node_modules/
grpc/src/node/extension_binary/node-v57-darwin-x64' (1)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build --
library=static_library`
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.

npm ERR! A complete log of this run can be found in:

我试着安装diffirent版本的grpc,但是这个错误是由node-pre-gyp或node-gyp引起的?我的电脑系统是osx --lts。我找不到任何好主意或解决方案 怎么解决?

回答如下:

运行此命令,它将工作

npm install -g xxx --unsafe-perm

但我不明白'--unsafe-perm'是什么意思?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论