Skip to content

Instantly share code, notes, and snippets.

@vitor-caetano
Created January 19, 2017 19:20
Show Gist options
  • Select an option

  • Save vitor-caetano/0a9f4c78fdcb5f24567b6ade02b4b0fc to your computer and use it in GitHub Desktop.

Select an option

Save vitor-caetano/0a9f4c78fdcb5f24567b6ade02b4b0fc to your computer and use it in GitHub Desktop.
Install node on mac
$ brew install node
$ node -v
v7.4.0
$ npm install npm@latest -g
$ npm -v
4.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment