-
Notifications
You must be signed in to change notification settings - Fork 120
Requirements
Daniel Hochman edited this page Aug 14, 2020
·
1 revision
This page documents some common requirements and how to install them.
For the build to succeed, you will need Node and NPM installed.
- Ensure
brew
is installed: https://docs.brew.sh/Installation brew install node
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