Page 1 of 1

Node.js in FatDog?

Posted: Wed Jul 10, 2024 1:21 am
by Neo_78

Does anyone know what the correct Linux package version is in order to get a newer Node.js and npm package installed in FatDog?

https://nodejs.org/en/learn/getting-sta ... all-nodejs

The last version in Gslapt appears to be nodejs-bin-18.16.1-x86_64-1, but there are newer LTS and current versions available on Node.js.

Would the Node.js binary distributions for instance for Debian work in FatDog?

https://github.com/nodesource/distribut ... n-versions

Thanks for your feedback! :thumbup:


Re: Node.js in FatDog?

Posted: Wed Jul 10, 2024 9:43 am
by jamesbond

Use the prebuilt-binaries from here: https://nodejs.org/en/download/prebuilt-binaries

But for your convenience, I have re-packaged those binaries and made them available in gslapt. Check for the nodejs-bin packages, I have added the latest 18.x LTS and 20.x LTS.


Re: Node.js in FatDog?

Posted: Wed Jul 10, 2024 10:07 pm
by Neo_78

Thanks @jamesbond :thumbup: Much appreciated!