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

NodeJS Setup

Zach edited this page May 25, 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.

Option 1: Official Installation (Windows/macOS)

Official NodeJS website Recommended for Windows since it has an installer

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