Difference between revisions of "Nodejs"

From UVOO Tech Wiki
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...")
(No difference)

Revision as of 18:59, 1 February 2019

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_setup.sh
apt-get install -y nodejs
# apt-get install gcc g++ make  # if needed
# apt install yarn  # if needed