Fedora Atomic, flatpak install, can't brew-installed node20 #161
-
|
Hi there! I am trying to install a plugin that requires node 20. I have node20 installed via linuxbrew on my fedora-atomic based system. The flatpak install can't find the node install. I'm not sure how to proceed -- is it possible to install node inside of the flatpak's folder structure somehow so that the flatpak app can find it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You can try to install https://github.com/flathub/org.freedesktop.Sdk.Extension.node20 with the command "flatpak install org.freedesktop.Sdk.Extension.node20". If it works with newer Node installs, I recommend to install Node24 tho since Node20 is only Maintenance Support anymore. And then you need to set this variable when starting OpenDeck apperently: FLATPAK_ENABLE_SDK_EXT=node20 |
Beta Was this translation helpful? Give feedback.
-
|
I don't really have more ideas unfortunately. You could ask in the Discord if anybody has a similar setup maybe. |
Beta Was this translation helpful? Give feedback.
-
|
What I had to do was install |
Beta Was this translation helpful? Give feedback.
What I had to do was install
nvm, install node with it, and then symlink the node binary into/usr/local/binafter which the error went away.