problem to install nodemon, how to solve?

Asked

Viewed 283 times

0

hello, I’m learning Ode.js however, I want to install the nodemon, but it does not install, only it remains so

how to fix? already searched on google and can not install

inserir a descrição da imagem aqui

  • What version of Node and npm do you have? node -v and npm -v

  • Node V8.4.0, npm 5.3.0

  • Okay, weird. The only thing I can think of is deleting the board node_modules, erase the package-lock.json, and test again. Last case try with the yarn add --dev nodemon.

  • did not help =/

  • Weird. Test put in package.json with an older version.

  • Try the global installation. sudo npm install -g nodemon

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.