A Node.js demo.
- Go to nodejs.org
- Download the Long Term Support (LTS) version for your operating system. In my case, this would be Windows (x64), however, a Linux operating system would be preferable although not necessary.
- Run the installer.
- Use the default installation settings, which should add the node command to the Window's PATH variable.
- Check if node is installed by executing the following command in a CLI:
node -v
The result should look something like this:
v10.16.0
Resources: