beatslosa.blogg.se

Debian 10 nodejs
Debian 10 nodejs













When I do the above procedure on my other 64 bit machine it works fine and it installs version 14.18 from the PPA.

debian 10 nodejs

Note that I am using a 32-bit machine: $ uname -m It seems that apt-get is not using the new PPA to decide the version of nodejs to install. The following NEW packages will be installed:Ġ upgraded, 1 newly installed, 0 to remove and 0 not upgraded. I can see that it has added the new PPA under /etc/apt//: $ cat /etc/apt//nodesource.listĭeb bullseye mainĭeb-src bullseye mainīut now when I go to install nodejs it still uses version 12 :( $ sudo apt-get install nodejs -dry-run I removed all traces of node version 12, like so: $ sudo apt-get remove -purge nodejsĪnd then added the PPA for nodejs using : $ curl -fsSL -o nodesource_setup_14_lts.sh

debian 10 nodejs

I previously installed nodejs version 12.22, since that is what is in the Debian repo, like so: $ sudo apt-get install nodejs I am on Debian 11, fully up to date ( apt-get update & apt-get upgrade & apt-get dist-upgrade). How to Install Node.js on Debian 10 and configure Nginx as a Frontend Proxy Server On this page Prerequisites Getting Started Install Node.js Create Node.















Debian 10 nodejs