Skip to content

Instantly share code, notes, and snippets.

View zybroxz's full-sized avatar
🏠
Working from home

zybroxz

🏠
Working from home
View GitHub Profile
@zybroxz
zybroxz / NPM-Cheatsheet.txt
Last active July 28, 2017 20:34
NPM Cheatsheet
Update npm (needs running as administrator. ie sudo, or in windows run the shell as administrator)
npm i npm@latest -g
Install global package
npm i gulp -g
Install and save to dependencies in package.json
npm i lodash -S
Save to devDependencies