Skip to content

Node npm intro

illyfrancis edited this page Feb 21, 2014 · 9 revisions

Tour of npm

http://tobyho.com/2012/02/09/tour-of-npm/

Stuff

  • npm init - creates package.json
  • npm install gulp -g - installs globally
  • npm install gulp --save-dev - installs locally to the project and saved to devDependencies in the package.json file

Clone this wiki locally