Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Created April 21, 2018 19:51
Show Gist options
  • Save jendiamond/85359afb7ffbc81fe885df1371a0e1a2 to your computer and use it in GitHub Desktop.
Save jendiamond/85359afb7ffbc81fe885df1371a0e1a2 to your computer and use it in GitHub Desktop.

Install N

"N" is a Node Version Manager

$ https://www.npmjs.com/package/n

install Node and NPM (they come together)

$ node -v v9.10.1

$ n latest
will install the latest version of Node, and the correct version on NPM to go with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment