Thursday, April 25, 2019

How to Install Nodejs and NPM in Ubuntu 19.04 18.04 Debian Linux Mint

sudo apt update

sudo apt install nodejs

sudo apt install npm

nodejs -v

npm -v

curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -

No comments:

Post a Comment