1. Installing Node.js - RajendraBhagroo/TeleQuest GitHub Wiki

What Is Node.js

Currently, the latest stable release is Node.js version 10.15.1

Installation Requirements

  • Node.js

Node.js Installation

Windows

  1. See: https://nodejs.org/en/
    • Download msi file for node >= 10.15.1

Linux

  1. See: https://snapcraft.io/node

    $ sudo snap install node --channel=10/stable --classic
    
    • The Snapstore is the most reliable way to download and receive updates for Node.js on linux