Page 1 of 2
nodejs 14.15.1
Posted: Mon Nov 16, 2020 9:09 pm
by NevilsStation
Can you add nodejs v14.15.1 (or a way to update to the latest stable (--lts) to the MX Test Repo, please?
None of the methods described in the Forum, nor elsewhere (using nvm, curl, homebrew, etc) work.
Thanks!
Re: nodejs 14.15.1
Posted: Tue Nov 17, 2020 3:08 pm
by Stevo
I'll take a look at the 14.13 in Debian Experimental, though I haven't had much luck with nodejs backports in the past.
Re: nodejs 14.15.1
Posted: Wed Nov 18, 2020 3:12 pm
by Stevo
After some effort, including new build-depends that are only provided by another package and don't appear in Debian package searches, 14.13.0 built and apparently passed all its self tests. I threw a buster-backports package into the extra repo to test the build, since backporting that one opens up another tree of necessary backports, but it's just a build depends and not a runtime. I'll add the MX backports when of that deb when I get some more time.
Re: nodejs 14.15.1
Posted: Wed Nov 18, 2020 9:06 pm
by NevilsStation
Thanks!
I updated the Repository and cannot find nodejs 14.13.0 anywhere.
Am I misunderstanding and looking in the wrong place for this, please?
I'm on a fresh install of 19.3 on an otherwise unused pc.
Thanks again ...
Re: nodejs 14.15.1
Posted: Mon Nov 23, 2020 6:47 am
by asen0v
I need a newer version of nodejs too.
Re: nodejs 14.15.1
Posted: Mon Nov 23, 2020 6:57 am
by Stevo
I'm still working on it--will try and upload later today along with other requests.
Re: nodejs 14.15.1
Posted: Mon Nov 23, 2020 3:29 pm
by Stevo
Uploaded 14.13.1, asked Tim to put it in our experimental repo for now. Experimental uses the same key as the standard MX repos, but I think its address is:
http://mxrepo.com/mx/experimental/ buster test \
Let me know if you still need to install something from buster-backports to install our version.
Re: nodejs 14.15.1
Posted: Fri Jan 29, 2021 10:47 am
by aledosim
Hello. I couldn't find the newer package in MX Package Manager. The nodejs's site indicates that version 14.15.4 is the LTS now.
Thanks
Re: nodejs 14.15.1
Posted: Fri Jan 29, 2021 11:48 am
by SwampRabbit
aledosim wrote: Fri Jan 29, 2021 10:47 am
Hello. I couldn't find the newer package in MX Package Manager. The nodejs's site indicates that version 14.15.4 is the LTS now.
Thanks
it won't show up in the package manager, Stevo stated its in experimental repo, you can add that repo (NOT RECOMMENDED) or get the .deb directly from here
http://mxrepo.com/mx/experimental/pool/test/n/nodejs/
As Stevo also said, it may require dependencies from Buster Backports, use MX Package Installer to install those if you run into anything
Re: nodejs 14.15.1
Posted: Wed Feb 03, 2021 7:29 pm
by aledosim
SwampRabbit wrote: Fri Jan 29, 2021 11:48 am
aledosim wrote: Fri Jan 29, 2021 10:47 am
Hello. I couldn't find the newer package in MX Package Manager. The nodejs's site indicates that version 14.15.4 is the LTS now.
Thanks
it won't show up in the package manager, Stevo stated its in experimental repo, you can add that repo (NOT RECOMMENDED) or get the .deb directly from here
http://mxrepo.com/mx/experimental/pool/test/n/nodejs/
As Stevo also said, it may require dependencies from Buster Backports, use MX Package Installer to install those if you run into anything
Hello!
Sorry for my mistake and thanks for the explanation. I was able to install it by downloading the files from the Stevo link and it worked as far as I could see. The problem is that I can't use npm with this new version. In fact, in the previous version, npm warns that it does not support the installed nodejs and I don't know how to fix it.
Thanks for the good work.