Table of Contents
[Ubuntu] Install NodeJs 18 on Linux
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
apt-get install nodejs
node -v
# npm install
Góp nhặt của một kẻ mù công nghệ :p
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
apt-get install nodejs
node -v
# npm install