错误! fibers@3.1.1 安装脚本失败

npm ERR! Failed at the fibers@3.1.1 install script

我遇到了这个错误

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@3.1.1 install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@3.1.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.    
npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\yaeesh\AppData\Roaming\npm-cache\_logs19-05-07T10_36_05_651Z-debug.log

我遇到了同样的问题,并通过删除我最新的 nodejs 12.3.1 并安装最新版本的 11

来修复它

https://nodejs.org/download/release/v11.15.0/