Configuring Nodemon on a Node.js server 1. Add Nodemon as devDependency : “name”: “nodemon”, “version”: “1.0.0”, “description”: “”, “main”: “server.js”, “scripts”: { “start”: “node src/server.js”
Tag: Utils
NPM Tips – #1 Install Packages
I.NPM Quick Tips #2 Use Shortcuts to Install Packages #3 Show Installed and Outdated Packages Update All Node.js Dependencies to Their Latest Version # How
Nodejs Utility
1. To Kill Nodejs Ports : taskkill /f /im node.exe 2. Visual Studio Chrome Debugger : VS Code – Debugger for Chrome 3. Nodejs Debugging