Wednesday, January 16, 2019

Installing Node server (Node JS) on Ubuntu

Just hit the following commands:

$sudo apt-get install curl
$curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$sudo apt-get install -y nodejs
source :https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages
(: I don't get it why node js posted it so deep on the first place :)

2 comments: