【发布时间】:2019-11-27 03:47:22
【问题描述】:
在 Windows 10 上安装 web3@1.0.0-beta.26 时出现以下错误。
npm ERR! code ETARGET
npm ERR! notarget No matching version found for web3-core@1.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'web3-eth'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\tanuj\AppData\Roaming\npm-cache\_logs\2019-07-18T05_50_02_703Z-debug.log
我已经跑成功了
npm install --global --production windows-build-tools
但仍然出现错误。
【问题讨论】: