#visual-studio-code #sass
#visual-studio-code #sass
Вопрос:
Команда:
PS C:UsersACERDesktopindex.htmlOwn Website codecode by sass> npm run scss
Ошибка:
npm : The term 'npm' 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
- npm запускает scss
-
CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException FullyQualifiedErrorId : CommandNotFoundException
Комментарии:
1. У вас установлен узел? Вы можете убедиться в этом, запустив
node -V
в CLI2. Да, я все еще не запущен
3. Возможно, это ошибка в powershell, можете ли вы перейти на git bash или terminal и попробовать это снова? И можете ли вы предоставить свой package.json?