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
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
Browser other questions tagged node.js
You are not signed in. Login or sign up in order to post.
What version of Node and npm do you have?
node -v
andnpm -v
– Sergio
Node V8.4.0, npm 5.3.0
– Felipe Marcelo
Okay, weird. The only thing I can think of is deleting the board
node_modules
, erase thepackage-lock.json
, and test again. Last case try with theyarn add --dev nodemon
.– Sergio
did not help =/
– Felipe Marcelo
Weird. Test put in package.json with an older version.
– Sergio
Try the global installation. sudo npm install -g nodemon
– Wanderson Aparecido