Hướng dẫn cài nodejs

https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu

Tham khao Them: https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version

sudo apt install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install nodejs

Last updated