Install Node.js (Linux)
The kit is designed to work with Node.js version 20 and above.
Check if you have Node.js
In the terminal, enter:
node --version
If it says command not found
you do not have Node and will need to download and install it.
If the version number starts with 20 you have the correct version installed.
If it starts with a number lower than 20, you need to download and install version 20.
Download and install Node.js
Follow the Linux instructions on the Node.js. website. Make sure you get version 20.
Once Node is installed
You’ll need to quit and restart the terminal to be able to use Node for the first time.
To check it's installed correctly you can again run:
node --version
If it’s installed correctly it should show a number starting with 20.