Error trying to install nodemon

Asked

Viewed 39 times

-2

I am trying to install nodemon by visual studio code using "npm install --save -g nodemon", but this error appears and does not install.

  • Always try to put the code by text, not an image of it.

  • Could try installing without argument (flag) "-g" and try again?

  • I already did that. it doesn’t work.

1 answer

0

Clears the cache with the command: npm cache clean --force Then rotate the control: npm i nodemon or: npm install -g nodemon

Browser other questions tagged

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