failing to initialise plugin when launching normally
So I'm running into an interesting issue. I installed node and followed the other instructions like in https://discord.com/channels/1143819637897834571/1386809932728238080 so I could install the streamerbot plugin. For some reason I was only able to install it when launching opendeck from the terminal, not when launching it normally. Now the plugin fails to initialise when I launch normally, but works when launching from the terminal again. Here's the bit from the log
Solution:Jump to solution
GitHub
fix: inherit the PATH environment variable from the shell to be abl...
…to detect Wine and Node.js installations added in dotfiles
8 Replies
@am whats your installed node version?
Please send us the output when you run
node --version
That's because you have an environment variable set for your shell that lets OpenDeck find node
when you run it normally it doesn't inherit that var
did you install Node with nvm or fnm or something like that?

It was nvm yeah
@am On which OS are you?
How did you install OpenDeck?
@am while looking at something completely different I found the fix for this
2.6.0 will get it
Oh awesome, glad I posted here then
Mint 22.1 and OpenDeck with the .deb
Solution
GitHub
fix: inherit the PATH environment variable from the shell to be abl...
…to detect Wine and Node.js installations added in dotfiles