Install Node.js

  1. Open the [Node.js Download Page] in your browser.
  2. Click the button to download for the LTS verison
  3. Once the installer file downloads, open it and follow the on-screen instructions

Verify that Node is properly installed

  1. Open the GitBash Terminal
  2. Run the following command: node --version

Expected output should be this version or higher:

v17.8.0

Verify that Node.js is working:

Did you get similar output for both?

If not … head here


⇐ Previous | Next ⇒