nodemon install directory code example
Example 1: install nodemon globally
npm install -g nodemon
Example 2: installing nodemon in windows
npm install --save-dev nodemon
npm install -g nodemon
npm install --save-dev nodemon