Skip to content

Node.js

Sonny Piers edited this page Jun 8, 2017 · 5 revisions
# Node.js
curl -sS https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
echo "deb http://deb.nodesource.com/node_8.x jessie main" | tee /etc/apt/sources.list.d/nodesource.list

# yarn
curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

apt-get update && apt-get install nodejs yarn

Clone this wiki locally