Установка ошибок sass-узла с помощью 'ELIFECYCLE' - PullRequest
0 голосов
/ 01 декабря 2018

Я устанавливаю npm и работаю, но не могу установить node-sass.Следующее сообщение следующее;

npm ERR! Linux 4.15.0-39-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "scss"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! one@1.0.0 scss: `node-sass -watch scss -o css`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the one@1.0.0 scss script 'node-sass -watch scss -o css'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the one package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-sass -watch scss -o css
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs one
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls one
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/maty/Desktop/MyFirstProyect/npm-debug.log

Я устанавливаю sass use;

npm установить узел-sass sudo npm установить -g sass

Я проверил версию, я сделал простой пример кода sass.

Кто-нибудь, не могли бы вы мне помочь?

1 Ответ

0 голосов
/ 17 августа 2019

Проверьте версию вашего узла и версию node-sass.У меня было "node-sass": "4.5.3" версия узла я тоже это изменил "node-sass": "^ 4.6.0" (измените это в зависимости от вашего узлаверсия, ссылаясь на прикрепленный образ ниже) в package.json dev зависимости и запустил npm install.Установка прошла успешно и работает нормально. Попробуйте это enter image description here

...