Я использую код Visual Studio и мне нужно установить sass на мою машину. Я попытался выполнить следующую команду PowerShell: npm install node-sass и npm install -g node-sass, но обе не работают.
при сборке кода для Visual Studio я получаю следующее сообщение об ошибке:
node-sass : The term 'node-sass' is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the spelling
of the name, or if a path was included, verify that the path is
correct and try again. At line:1 char:1
+ node-sass nbt.scss nbt.css
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (node-sass:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Вывод команды powershell:
PS C:\WINDOWS\system32> npm install -g node-sass
C:\Users\Peter\AppData\Roaming\npm\node-sass -> C:\Users\Peter\AppData\Roaming\npm\node_modules\node-sass\bin\node-sass
> node-sass@4.13.1 install C:\Users\Peter\AppData\Roaming\npm\node_modules\node-sass
> node scripts/install.js
Cached binary found at C:\Users\Peter\AppData\Roaming\npm-cache\node-sass\4.13.1\win32-x64-64_binding.node
> node-sass@4.13.1 postinstall C:\Users\Peter\AppData\Roaming\npm\node_modules\node-sass
> node scripts/build.js
Binary found at C:\Users\Peter\AppData\Roaming\npm\node_modules\node-sass\vendor\win32-x64-64\binding.node
Testing binary
Binary is fine
+ node-sass@4.13.1
updated 1 package in 6.765s
Может кто-нибудь из вас, ребята помогите мне, пожалуйста? Спасибо