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