我无法安装Web3

时间:2018-02-01 12:56:32

标签: npm npm-install linuxmint web3js web3

我必须安装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

我该怎么办?

1 个答案:

答案 0 :(得分:0)

错误清楚地表明你缺少git。 尝试先安装git然后试试吧?

相关问题