Install Node

For users of Windows and macOS, download the installer from https://nodejs.org/en/download/ , and run it to install Node.

For Linux users:

$sudo apt update$sudo apt install nodejs npm