Skip to content

Requirements

Daniel Hochman edited this page Aug 14, 2020 · 1 revision

This page documents some common requirements and how to install them.

NodeJS

For the build to succeed, you will need Node and NPM installed.

OSX 🍏

Ubuntu 🐧

It's highly recommended to install Node and NPM from the Nodesource PPA.

# remove old versions if necessary
sudo apt-get purge nodejs npm

# install from nodesource
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs