install nodemon
# Install nodemon
npm install nodemon
# Install nodemon globally on your machine
npm install -g nodemon
# Install nodemon on your project as dev-dependency
npm install nodemon --save-dev
install nodemon
# Install nodemon
npm install nodemon
# Install nodemon globally on your machine
npm install -g nodemon
# Install nodemon on your project as dev-dependency
npm install nodemon --save-dev
nodemon a npm run command
nodemon --exec npm run dev:test
nodemon install globally
//Install nodemon on your project as dev-dependency
npm install nodemon --save-dev
//Update the package.json file
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=your-folder-name:* npm run devstart"
},
//On Windows, use this command:
SET DEBUG=express-locallibrary-tutorial:* & npm run devstart
//restart server by typing this on cmd rs (restart)
rs
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us