Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Created April 29, 2020 18:46
Show Gist options
  • Save sandrabosk/84501cd81ffeaa1794f285461b55fff7 to your computer and use it in GitHub Desktop.
Save sandrabosk/84501cd81ffeaa1794f285461b55fff7 to your computer and use it in GitHub Desktop.

[MAC] Install Node.js

  • Visit the Node.js website.
  • Check the version number of the LTS version of Node.js.
  • Run this command in your terminal (replace 12.16.0 with the latest version number):
$ nvm install 12.16.0

Sidenote: You can use brew to install node as well. In case you are curious about how to do it, check these guidelines.

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