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

Step 6 of 8 Setup the kit

{% block branchingContent %} {% endblock %}
npm install

The install may take up to a minute.

While installing it may WARN about some items - this is ok. As long as there are no ERRORs you can continue.

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