Answers for "nodemon install but npm start again and again"

8

nodemon package.json start

{
  "name": "abc",
  "version": "0.0.1",
  "description": "my server",
  "scripts": {
    "start": "nodemon my_file.js"		// <=
Posted by: Guest on October-09-2020
2

nodemon install locally

npm install --save-dev nodemon
Posted by: Guest on April-09-2021
0

nodemon a npm run command

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

Code answers related to "nodemon install but npm start again and again"

Browse Popular Code Answers by Language