Remove Node.js

This commit is contained in:
Jeremy Tuloup
2021-02-08 18:01:28 +01:00
parent 0b5f9c6788
commit 873e6bf661
4 changed files with 5 additions and 76 deletions

View File

@@ -40,9 +40,7 @@ Apt packages
============
Base operating system packages, including Python itself, are installed
via ``apt`` from the base Ubuntu repositories. The one exception to this
is nodejs, which is installed from the `nodesource <https://github.com/nodesource/distributions>`_
apt repository. The Ubuntu provided version of nodejs is usually too old.
via ``apt`` from the base Ubuntu repositories.
We generally do not pin versions of packages provided by apt, instead
just using the latest versions provided by Ubuntu.