0

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

$ sudo npm install web3 --save
[sudo] password for taylor: 
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated tar.gz@1.0.7: ⚠️  WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
npm WARN deprecated minimatch@0.3.0: 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

我能做些什么?

4

1 回答 1

0

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

于 2018-02-01T22:05:49.847 回答