Problem to install nodemon

Asked

Viewed 107 times

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

This error comes to me: inserir a descrição da imagem aqui

1 answer

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

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