I am currenlty learning express.js for that purpose i have installed express and nodemon globally so whenever i want to run command nodemon express1.js getting error ,even i have installed this globally and also save express dependencies in package.json file.
installation i did like this
for express npm install --save express
for nodemon npm install -g nodemon
previoulsy this way installed (npm insatll --save nodemon)
still getting error like this
'nodemon' is not recognized as an internal or external command, operable program or batch file.
