Difference between revisions of "Nodejs"
Jump to navigation
Jump to search
imported>Jeremy-busk (Created page with "# Easy Install From Nodes ``` 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_s...") |
|||
Line 1: | Line 1: | ||
# Easy Install From Nodes | # 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 | ||
+ | ``` | ||
+ | |||
``` | ``` |
Latest revision as of 14:17, 6 May 2023
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