Install NodeJS on Debian

Revision as of 20:20, 24 March 2020 by Bpopp (talk | contribs) (Created page with "Easiest & fastest way to install NodeJS and NPS is via Package Manger: Add PPA <pre> sudo apt-get install curl software-properties-common curl -sL https://deb.nodesource.com/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Easiest & fastest way to install NodeJS and NPS is via Package Manger:

Add PPA

sudo apt-get install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -

Install

sudo apt-get install nodejs