Node.js and npm

July 14, 2020 ยท View on GitHub

Node.js and npm are major requirements for using the Web UI.

Installation

npm is included in the installation of Node.js.

On Ubuntu

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

Source

On Windows

Download the latest LTS Release of Node.js from here - Choose the Windows Installer (.msi) for your Operating System type (32-bit vs 64-bit). Once the file is downloaded, double click on it to start the installation. The process is very simple, you can leave all the default options and simply press Next throughout the process.


Back to alerter installation page