Basic Commands #Node.js Quick Notes.
1. npm install //Global Node module installation.
2. npm install <package-name> //Install specific package and adds it to package.json file which holds file dependencies.
3. npm update //Update all packages for newer version.
4. npm update <package-n...
ajaybaraiya6.hashnode.dev1 min read