Nodejs

From UVOO Tech Wiki
Jump to navigation Jump to search

Easy Install From Nodes

https://github.com/nodesource/distributions/blob/master/README.md

Deb & Ubuntu

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
apt-get install -y lintian fakeroot uuid git curl gnupg2
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
bash nodesource_setup.sh
apt-get install -y nodejs
# apt-get install gcc g++ make  # if needed
# apt install yarn  # if needed