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 May 20, 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.

Option 1: Official Installation (Windows)

Official NodeJS website Recommended for Windows since it has an installer

Option 2: nvm (WSL/Linux/Mac)

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