Skip to content

Instantly share code, notes, and snippets.

@dsaiztc
Last active March 17, 2017 13:33
Show Gist options
  • Save dsaiztc/83df85ff63e3e8a29270fd6f71eef3dd to your computer and use it in GitHub Desktop.
Save dsaiztc/83df85ff63e3e8a29270fd6f71eef3dd to your computer and use it in GitHub Desktop.
Getting started

Install node.js from Node.js download page. npm comes installed with node.js but it gets updates more often. To get such updates:

npm install npm -g
npm ls
npm outdated
npm update
npm prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment