NodeJs installation - Roche-Olivier/Samples-examples GitHub Wiki
The installation files can be found at :
Download the LTS version of node and install it on your PC.
Follow the instructions and reboot your pc after the installation.
To ensure your node has installed correctly type the following command on the command line:
> node --version
You should see the version on the command line for example v10.16.0