Is it possible to install NodeJS on LibreELEC?
Thanks in advance.
Is it possible to install NodeJS on LibreELEC?
Thanks in advance.
I've just found this:
LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
How do I have this addon installed?
It's not an add-on, it's a compilation dependency for the Chromium add-on, hence in the addon-depends subtree
So if I install Chromium, will that give me node? Apologies for my ignorance..
no, its just needed to build chromium
If you need NodeJS for whatever you can also install it as Docker image.
You can install the portainer addon from our repo (you need install the linuxserver.io repo from our repo) that allows easy install.
I will give that a try, thank you!