“Ошибка Nodemon” Ответ

Установите Nodemon

# Install nodemon
npm install nodemon

# Install nodemon globally on your machine
npm install -g nodemon

# Install nodemon on your project as dev-dependency
npm install nodemon --save-dev
Mehedi Islam Ripon

Ошибка Nodemon

File C:\Users\Dell\AppData\Roaming\npm
Nutty Nightingale

Узел JS пакет ошибка Nodemon

nodemon : The term 'nodemon' 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
+ nodemon mod.js
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nodemon:String) [], CommandNotFoundExcepti 
   on
    + FullyQualifiedErrorId : CommandNotFoundException
Arqam Explorer

Ответы похожие на “Ошибка Nodemon”

Вопросы похожие на “Ошибка Nodemon”

Больше похожих ответов на “Ошибка Nodemon” по JavaScript

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

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