нпм ERR! Не удалось выполнить скрипт установки fiber@3.1.1 - PullRequest
2 голосов
/ 07 мая 2019

enter image description here

Я получаю эту ошибку

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\_logs\2019-05-07T10_36_05_651Z-debug.log

1 Ответ

0 голосов
/ 30 мая 2019

У меня была такая же проблема, и я исправил ее, удалив мой последний nodejs, 12.3.1, и установив последнюю версию 11

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

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...