Install Node.js
On Linux (Mac OSX, Ubuntu, Fedora, etc)
Preparation
Mac Preparation
xcode-select --installsudo chown -R $USER /usr/local
APT Linux Preparation (Ubuntu)
sudo apt-get update
sudo apt-get install curl build-essential openssl libssl-dev git pythonYUM Linux Preparation (Fedora)
sudo yum -y install tcsh scons gcc-c++ glibc-devel openssl-devel git pythonInstallation
On Windows
Last updated
Was this helpful?