Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

NodeJS Setup

Frank Matranga edited this page Sep 15, 2019 · 12 revisions

All of LATE, the server on the backend and the frontend uses NodeJS, the JavaScript runtime environment that runs JS outside of the browser. When you install Node, npm (the package manager used in LATE) will also be automatically installed.

LATE currently uses Node v12. Older versions will not be able to run the server.

Option 1: Official Installation (Plain Windows/macOS)

Official NodeJS website Recommended for Windows since it has an installer

Download website

Note: LATE will not work correctly with the "recommended" version. Click on the "Current" tab to get the most up-to-date version of NodeJS.

Option 2: nvm (WSL/Linux/macOS)

Node Version Manager (nvm) Recommended for Linux/Mac since it allows you to manage multiple versions of Node and easily update and switch

Clone this wiki locally