Blog Tentang Informasi Teknologi, Gadget, Komputer, Internet, Social Media Terupdate Dan Terlengkap.

Cara Install Node.js di Zorin OS Terbaru


Cara install Node Js dan NPM di Zorin Os
Node.js v14.x

curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

Node.js LTS

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

Node.js Current

curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs

Cek versi Node.js dan NPM

node -v
npm -v

Categories
Komputer Linux