Answers for "how to write nodemon in terminal"

0

nodemon a npm run command

nodemon --exec npm run dev:test
Posted by: Guest on April-17-2020
3

How to install nodemon

// Note: In order to prevent nodemon from automatically restarting your 
// application before you've finished updating your code, 
// you will need to turn off Autosave on VS Code and remember to save manually. 
// Install it globally with the following command:



npm install -g nodemon
Posted by: Guest on June-23-2021

Browse Popular Code Answers by Language