Addin NVM (node version manager) to the Trisquel packages?

3 respuestas [Último envío]
Antoine
Desconectado/a
se unió: 07/14/2024

Hello everyone,

I'm a web developper and I work a lot with Node and Javascript, thus I need to install Node on my system in order to write programs.

I've tried to install "nodejs" with `sudo apt install nodejs` and it installed node v12.22.9, the latest LTS version is v20.15.1 !! Huge gap !

Is there a way to install this LTS version ? (I'm not yet used to GNU/Linux way to install things other than running the package manager command :s )

Also there is a convenient program called "NVM" (stands for Node Version Manager) that allows to install several node version and to switch between them if needed. This package is under MIT licence on Github. If I understood correctly, the MIT licence is complient with the libre philosophy. Then, can you please add this package to the Trisquel's packages repository ?

Antoine

Antoine
Desconectado/a
se unió: 07/14/2024

It seems Docker is not a free software so I cannot install the latest version with it

Antoine
Desconectado/a
se unió: 07/14/2024

My bad docker is available in the package manager, I'll try to install it

Antoine
Desconectado/a
se unió: 07/14/2024

sudo docker run node:20-alpine node -v
v20.15.1

problem solved, you learn everyday :)