我无法安装Web3

问题描述 投票:0回答:1

我必须安装 Web3,它是一个以太坊库,但我无法在 linux mint 18 中安装。

$ sudo npm install web3 --save
[sudo] password for taylor: 
npm WARN deprecated [email protected]: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated [email protected]: ⚠️  WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR! 
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/taylor/.npm/_logs/2018-02-01T12_55_24_014Z-debug.log

我能做什么?

npm npm-install web3js linux-mint
1个回答
0
投票

错误清楚地表明您缺少 git。 尝试先安装 git 并试一试?

© www.soinside.com 2019 - 2024. All rights reserved.