npm common commands
npm init (create a package.json file) npm install (install project dependencies) npm install --save-dev gulp-minify (example of installing a package)