【发布时间】:2019-03-06 19:02:55
【问题描述】:
react 安装调度程序之前存在问题 https://github.com/facebook/react/issues/13693
昨天我可以npm install。今天对 package.json 没有任何更改,我看到了这个:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for scheduler@^0.13.4
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
scheduler 似乎有 0.13.4 https://www.npmjs.com/package/scheduler 但我无法单独安装此模块。但是,我可以单独安装0.13.3。看起来0.13.4 是在 16 小时前发布的。
我正在使用反应 16.6.1
还有其他人遇到过这种情况吗?有什么解决办法吗?
【问题讨论】:
标签: reactjs npm npm-install