Workflow - Paqmind/react-ultimate GitHub Wiki

NPM

$ npm install               -- installs locally according to package.json
$ npm install <package>
$ npm install --production  -- (TODO split to dev & prod sections)

$ npm install webpack -g    -- installs globally according to package.json
$ npm install babel -g
$ npm install bower -g
$ npm install browserify -g
$ npm install watchify -g
$ npm install jshint -g

$ npm outdated
$ npm outdated -g

$ npm update <package> --save
$ npm update <package> --save -g

Update NPM itself

$ su <password>
# curl -L https://npmjs.com/install.sh | sh
⚠️ **GitHub.com Fallback** ⚠️