{% 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 %}
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.
node --version
{% block branchingImage %}
{% endblock %}
If it says:
Then you will need to download and install the LTS version 8 or higher.
You have the correct version installed and can go to {% block branchingLink %}{% endblock %}.
Download the LTS version 8 or higher.
Run the installer with all default options.
Download and install Node.js (opens in new window).
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 %}