安装不上web3模块无非就是请求拉取失败或是环境配置不兼容
个人在尝试了网上各种方法后都失败了,然后总结了一个最具有普遍适用性的方案:
cnpm install -g cnpm --registry=https://registry.npm.taobao.org
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)
去npm官网搜索web3依赖然后直接以压缩包的形式下载,随后移入项目的node_modules里
77Brotherの技术小栈