This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |