by deleting the apt sources it has fallen back to the default debian install which is 8.11 - yuk... I would apt-get purge nodejs
- then check that the /etc/apt/sources.list.d/
directory still does not contain nodesource.list
, then run sudo apt-get update
to refresh the sources. And then retry our install script.
1 Like