Answers for "nodejs install ubnutu 20.04"

PHP
0

install nodejs 14 for ubuntu 20.04

sudo apt update
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -

cat /etc/apt/sources.list.d/nodesource.list
deb https://deb.nodesource.com/node_14.x focal main
deb-src https://deb.nodesource.com/node_14.x focal main

sudo apt -y install nodejs

node -v
v14.18.2
Posted by: Guest on December-21-2021
1

npm install ubuntu 20.04

$ sudo apt install nodejs
Posted by: Guest on July-05-2020

Code answers related to "nodejs install ubnutu 20.04"

Browse Popular Code Answers by Language