ubantu web3.js安装失败解决方法
2018-10-22 本文已影响1人
ACToken
npm install web3报错误ERR! code EINTEGRITY
。按照如下方法执行又报错ERR! code Z_BUF_ERROR
npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm
之后又报各种权限问题。使用如下命令
全局安装sudo npm install -g web3 --unsafe-perm --build-from-source
非全局安装sudo npm install web3 --unsafe-perm --build-from-source