This starts being an issue at "Step 5 — browse the archive".
See also: T1198
This starts being an issue at "Step 5 — browse the archive".
See also: T1198
Effectively only nodejs is packaged on Debian but not npm. You need to install it from here: https://github.com/nodesource/distributions
Other solution is to install nodejs from stretch-backports (as we need version 8.x LTS) and then manually install npm with
$ curl -L https://npmjs.org/install.sh | sudo sh
But I think installing it with the packages available on https://github.com/nodesource/distributions is
a better option.