“Error de nodemon” Código de respuesta

instalar 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

Error de nodemon

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

Nodo JS Package Nodemon Error

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

Respuestas similares a “Error de nodemon”

Preguntas similares a “Error de nodemon”

Más respuestas relacionadas con “Error de nodemon” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código