{% extends 'layout.html' %} {% block pageTitle %} Install Node - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/docs", text: "Home" } ], href: "/docs/install", text: "Install" }) }} {% endblock %} {% block content %}

Step 2 of 8 Node.js LTS version

Node.js is nothing scary; it's just some software needed for the kit.

Node.js is very easy to install.

The kit is designed to work with Node.js LTS (Long Term Support) version 8 or higher.

1. Check if you have Node

{% block branchingContent %} {% endblock %}
node --version
{% block branchingImage %} {% endblock %}

If it says:

Then you will need to download and install the LTS version 8 or higher.

If the version number starts with an 8 or higher

You have the correct version installed and can go to {% block branchingLink %}{% endblock %}.

2. Download and install Node.js LTS version

Download the LTS version 8 or higher.

Run the installer with all default options.

Download and install Node.js (opens in new window).

3. Check if Node is installed properly

You’ll need to quit and restart {% block branchingTerminal %}{% endblock %} to be able to use Node for the first time.

To check it is installed correctly you can run:

node --version
{% block branchingImageTwo %} {% endblock %}

If it’s installed correctly it should show a number starting with an 8 or higher.

{% block pagination %} {% endblock %}
{% endblock %}