Skip to content

Instantly share code, notes, and snippets.

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

Install the latest Node.js

Node.js is becoming a requirement for today's Web development toolkit thanks to popular projects like Facebook's React. We'll discuss it in more detail during the course.

  1. Check if node and was installed:
$ node --version # or node -v
# v12.6.0 (current, but in the time you check might be different)

If node is not installed, proceed to the next step:

  1. To install the latest version of Node.js, run this command in your terminal (without the $).
$ nvm install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment