How to install node.js LTS on Ubuntu?
On Ubuntu, to install the default version of Node.js on Ubuntu, the simplest way is to use the paquage manager:
sudo apt-get install nodejs
You may want to install the last version of node.js. To do so, use the following:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Check the version installed with node -v
.
On Ubuntu, to install the default version of Node.js on Ubuntu, the simplest way is to use the paquage manager:
sudo apt-get install nodejs
You may want to install the last version of node.js. To do so, use the following:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Check the version installed with node -v
.
On Ubuntu, to install the default version of Node.js on Ubuntu, the simplest way is to use the paquage manager:
sudo apt-get install nodejs
You may want to install the last version of node.js, use the following:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Check the version installed with node -v
.
The simplest way to install node.js on Ubuntu is to use apt-get
:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Check the version installed with node -v
.
Source: NodeSource
The simplest way to install node.js on Ubuntu is to use apt-get
:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Check the version installed with node -v
.
Source: NodeSource
# | ID | Query | URL | Count |
---|