Run following commands on terminal
sudo apt update
sudo apt install nodejs
To check which version of node is installed on machine type following command
node -v
To install NPM (Node Package Manager) run following command on terminal
sudo apt install npm
Top comments (0)