how to check version of nodemon in linux code example
Example 1: install nodemon
npm install nodemon --save-dev
Example 2: installing nodemon in windows
npm install -g nodemon
npm install nodemon --save-dev
npm install -g nodemon