showing results for - "install nodejs ubuntu 19 04"
Angelo
06 Jan 2018
1sudo apt install curl
2curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
3sudo apt-get update
4sudo apt-get install nodejs
5nodejs -v
6npm -v