“NPM не распознается” Ответ

«NPM» не распознается как внутренняя или внешняя команда, оперативная программа или пакетный файл.

Open the Control Panel (Click the Start button, then click Control Panel)
Click User Accounts
Click Change my environment variables
Select PATH and click the Edit... button
At the end of the Variable value, add ;C:\Program Files\nodejs
Click Ok on the "Edit User Variable" window, then click Ok on the "Environment Variables" window
Start a command prompt window (Start button, then type cmd into the search and hit enter)
At the prompt (C:\>) type npm and hit enter; you should now see some help text (Usage: npm <command> etc.) rather than "npm is not recognized..."
Now you can start using npm!
Good Grebe

NPM не распознается

Just add:

;C:\Program Files\nodejs\
To the end of your Path variable on the "User variable" section of the Environment Variables on the System Properties.

After that, reopen your command prompt and type

npm
This should work.
Ankur

NPM не распознается

Restart your vscode.

If the problem still persists like me: Restarting your computer should fix it.
Markhor

Ответы похожие на “NPM не распознается”

Вопросы похожие на “NPM не распознается”

Больше похожих ответов на “NPM не распознается” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования