Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
Source by learn.nucamp.co #
 
PREVIOUS NEXT
Tagged: #How #install #nodemon
ADD COMMENT
Topic
Name
9+6 =