chullman
5/26/2018 - 12:20 AM

npm

npm install -g npm (for latest version)
npm init -y (to create packages.json)

npm install lodash --save (good package)

npm install -g nodemon (use nodemon instead of node when running files to automatically monitor and execute changes)

npm install -s express (to add the package to our packages.json)