错误-npm错误! fiber@1.0.15安装
我已将节点版本从6升级到12。执行npm安装时出现此错误。 在我的package.json文件中,我放置了“ fibers”:“ ^ 4.0.2”,但它仍然使用fiber@1.0.15。为什么版本没有更改?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@1.0.15 install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@1.0.15 install script.
npm ERR! This is probably not a problem with npm. There is likely additional
logging output above.
如何解决此问题。