Core Dependency showing different than a version number

Hi, Trying to port my bot over to Ubuntu, it works with zero issue on Windows 11, it doesn't seem to want to get the radio station anymore on Ubuntu for whatever reason, but again works fine on Windows, I did a fresh npm install, there is nothing that should be causing issues on Ubuntu, nothing fails during npm install... The only thing I can see is my @discordjs/voice version is not showing a version number, just [VI]{{inject}[/VI] I don't know if this is normal? Any suggestions?
2 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
(DMG) Cantcrit
(DMG) Cantcrit16mo ago
Got it working, the issue was ffmpeg-static package, removing ffmpeg-static from package.json and deleting node_modules and running apt install ffmpeg and then doing a fresh pnpm install instead works fine now.