Skip to content

Install node

Auke Bruinsma edited this page Dec 20, 2023 · 4 revisions

Install node.js

To start, install node.js. Always use the same major version of node.js as the NIM service. The current version (December 2023) is 18.16.1. The major version number is 18. On the node.js web-site, go to Previous Releases and select the correct version:

image

Click Releases and select the msi for the appropriate platform:

image

Run the msi and select all default options. When asked for Tools for Native Modules, do not (!) select the Chocolately option:

image

Together with node.js, npm will be installed. When ready, start a node.js command prompt and confirm the version:

image

Next step: Install Visual Code