在安装 Web3js 依赖项时,它显示 node-gyp 问题
Posted
技术标签:
【中文标题】在安装 Web3js 依赖项时,它显示 node-gyp 问题【英文标题】:While installing Web3js dependency it is showing node-gyp issue 【发布时间】:2019-06-13 15:57:08 【问题描述】:我正在尝试为我的项目安装 web3js
依赖项。但是node-gyp
出现了一个问题
下面是错误日志。
> scrypt@6.0.3 preinstall D:\Learning\BlockChain Project\Inbox\node_modules\scrypt
> node node-scrypt-preinstall.js
> scrypt@6.0.3 install D:\Learning\BlockChain Project\Inbox\node_modules\scrypt
> node-gyp rebuild
D:\Learning\BlockChain Project\Inbox\node_modules\scrypt>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: unable to verify the first certificate
gyp ERR! stack at TLSSocket.onConnectSecure (_tls_wrap.js:1049:34)
gyp ERR! stack at TLSSocket.emit (events.js:182:13)
gyp ERR! stack at TLSSocket._finishInit (_tls_wrap.js:631:8)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\Learning\BlockChain Project\Inbox\node_modules\scrypt
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN inbox@1.0.0 No description
npm WARN inbox@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! scrypt@6.0.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the scrypt@6.0.3 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:
npm ERR! C:\Users\Shashank\AppData\Roaming\npm-cache\_logs\2019-01-19T18_07_03_360Z-debug.log
【问题讨论】:
它会将您指向 C:\Users\Shashank\AppData\Roaming\npm-cache_logs\2019-01-19T18_07_03_360Z-debug.log,也可以看看相关方面。 因为 web3 是一个以太坊工具,你可能想在这里问:ethereum.stackexchange.com 【参考方案1】:在安装web3
及其依赖项之前安装windows-build-tools
npm install --global --production windows-build-tools
参考:https://github.com/nodejs/node-gyp
【讨论】:
【参考方案2】:我必须安装上述 windows-build-tools 但必须使用 npm install --global --production windows-build-tools --vs2015
安装,因为此工具的较新版本将无法使用 node-gyp
依赖项正确编译 web3 utils。几周前卸载旧版 Visual Studio 2015 后,我为此争论了一段时间。
【讨论】:
以上是关于在安装 Web3js 依赖项时,它显示 node-gyp 问题的主要内容,如果未能解决你的问题,请参考以下文章
尝试安装项目依赖项时运行 npm i(退出代码 1)时发生错误