How to fix nodemon install error 🛠 | How to install nodemon in visual studio code terminal

preview_player
Показать описание
How to fix nodemon install error 🛠 | How to install nodemon in visual studio code terminal

nodemon does not require any additional changes to your code or method of development. nodemon is a replacement wrapper for node. To use nodemon, replace the word node on the command line when executing your script.

Advantages of Using nodemon Module:

It is easy to use and easy to get started.It does not affect the original code and no instance require to call it.It help to reduce the time of typing the default syntax node fileName for execution again and again.

To install nodemon globally on Linux, below command:
$ npm install -g nodemon
will not work as it requires root privileges.
If it is installed with :
$ sudo npm install -g nodemon
it will install on the local machine in the root folders.
If we do not want to install it globally on our Linux computer, we need to install it locally in our node_modules folder only. To install nodemon on Linux locally without root privileges, open the terminal window and enter the command below:
$ npm i nodemon

#nodemon #nodejs #vscode
Рекомендации по теме
Комментарии
Автор

thank you, this vidio so helpfull to me

a.luhur.nugrohoxiirpl-d
Автор

saat install nodemon gabisa kenapa yah mas

kautsarbaihaqiakasyah