Cài đặt nodejs trên ubuntu May 30, 2021August 24, 2020 by nghiahsgs Table of Contents 1. update apt package2. Install nodejs3. Install npm4. Cài xong check node version5. Cài pm2 4.7 / 5 ( 3 votes ) 1. update apt package sudo apt update 2. Install nodejs sudo apt install nodejs 3. Install npm sudo apt install npm 4. Cài xong check node version nodejs -v 5. Cài pm2 npm i pm2 –g