SaveLolliPoP
@SaveLolliPoP
1 / 0 = ∞

В чем ошибка запуска npm?

$ npm install

> node-sass@3.13.1 install C:\project\lol\node_modules\node-sass
> node scripts/install.js

"node" ▒▒ ▒▒▒▒ ▒▒▒▒७▒▒▒ ▒▒▒ ▒▒▒譥▒
▒▒▒▒▒▒▒▒, ▒ᯮ▒▒塞▒▒ ▒ணࠬ▒▒▒ ▒▒▒ ▒▒▒▒▒▒ 䠩▒▒▒.
npm WARN gulp-project@1.0.0 No repository field.
npm WARN gulp-project@1.0.0 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fse                                                             vents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                                             1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}                                                             )

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 install: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional log                                                             ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\myhea\AppData\Roaming\npm-cache\_logs\2017-10-26T20_19_41_                                                             903Z-debug.log


https://drive.google.com/file/d/0BxlkG5Ud3dowdU94L...
  • Вопрос задан
  • 2850 просмотров
Решения вопроса 1
@ale5ku
Какая версия node ?
Если 8, то она не поддерживает node-sass@3.13.1

Если проект позволяет, задаунгрейди node до Node.js 6.12.0

Качать можно отсюда: https://nodejs.org/en/download/releases/
Референс: https://github.com/sass/node-sass/issues/1932
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы