1
I’m learning Node.JS and there’s a part I need to install nodemon.
I use the command:
npm install [email protected] -g
And when checking the version of nodemon using:
nodemon -v
1
I’m learning Node.JS and there’s a part I need to install nodemon.
I use the command:
npm install [email protected] -g
And when checking the version of nodemon using:
nodemon -v
2
I managed, by making the way to access the Visual Studio Code as administrator, to enter the folder that is my project, in the terminal type:
Set-ExecutionPolicy RemoteSigned
And when I spin
nodemon-v
Appears the version.
Browser other questions tagged node.js nodemon
You are not signed in. Login or sign up in order to post.