解决npm安装web3模块失败问题

安装不上web3模块无非就是请求拉取失败或是环境配置不兼容
个人在尝试了网上各种方法后都失败了,然后总结了一个最具有普遍适用性的方案:

全局安装cnpm 并配置淘宝镜像源:

cnpm install -g cnpm --registry=https://registry.npm.taobao.org

然后直接安装web3模块:

cnpm install web3

成功:

1.3 this library is no longer supported√ All packages installed (361 packages installed from npm registry, used 34s(network 32s), speed 383.61KB/s, json 338(1.92MB), tarball 10.14MB, manifests cache hit 0, etag hit 0 / miss 0)

package.json文件:

解决npm安装web3模块失败问题_第1张图片

其它方式

去npm官网搜索web3依赖然后直接以压缩包的形式下载,随后移入项目的node_modules里

个人博客(智能合约攻击方向)

77Brotherの技术小栈

你可能感兴趣的:(踩过的坑,区块链,node.js,npm,区块链)