Share Share on Facebook Share on Twitter Pinterest Email Set for a global run. npm install nodemon --save-dev In the Package.json file, we need to put the start and file name. "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon app.js" } npm start 0 Siddharth Shukla Website Related Posts How to uninstall/upgrade Angular CLI? March 3, 2023 Express Validator Error: expressValidator is not a function April 12, 2020 Error: EACCES: permission denied, access ‘/usr/lib/node_modules’ August 11, 2018 how to send an email to nodejs from Gmail March 15, 2018 Write A Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.