PinnedFeaturedPrivate

Nodejs Setup for Debian

Install

See also here

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs