Install Node.js and npm on Ubuntu
From the terminal, install Node.js and npm, the Node.js package manager.
sudo apt-get install nodejs npm
You can verify the installations by running:
node --version
npm --version
sudo apt-get install nodejs npm
You can verify the installations by running:
node --version
npm --version
Comments
Post a Comment