Когда я пытаюсь запустить npm install
, у меня всегда возникает следующая ошибка:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.18.4 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.18.4 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\hauph\AppData\Roaming\npm-cache\_logs\2020-04-16T04_45_21_160Z-debug.log
Может кто-нибудь сказать мне, что не так и как это исправить, чтобы я мог нормально запустить npm install
?
Версия моего узла: 10.16.3
Моя npm версия: 6.9.0
Спасибо!