Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

821
Vistas
can not run js file with nodemon

I install nodemon from npm in project but cant run js file with 'nodemon run start' and facing this 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.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

You need to install nodemon globally using the -g option.

npm install -g nodemon

This will add nodemon to your PATH environment variable so that your terminal knows where the executable file for nodemon is.

Otherwise your terminal doesn't know which executable you're trying to run.

Your second option is to run it through npx.

Use the following:

npx nodemon {filename}

npm will handle locating and running the executable for you. The npx command is installed on your computer by default when you install npm.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You will need to install nodemon if you haven't already

for dev environment run $ npm install --save-dev

to install nodemon globally run

npm install -g nodemon

to run your app/server use

nodemon app 

If the name of your entry file is not app use its name in the command

nodemon {filename}
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda