From charlesreid1

Revision as of 00:33, 29 January 2018 by Admin (talk | contribs) (Created page with "==installing on debian== For some reason, no npm package is found. This script from Node should set itself up on debian (presumably): https://deb.nodesource.com/setup_0.12...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

installing on debian

For some reason, no npm package is found.

This script from Node should set itself up on debian (presumably): https://deb.nodesource.com/setup_0.12

curl --silent --location https://deb.nodesource.com/setup_0.12
sudo ./https://deb.nodesource.com/setup_0.12
sudo apt-get update
sudo apt-get install --yes nodejs