Devilsmaul
Devilsmaul
got the same problem on windows 11. but if the audio source is playing something it seems to work. Also using the switch view removes all previous routes :/
I got the same error with package "level": "^7.0.0" > Warning Cannot include directory %1 into executable. The directory must be distributed with executable as %2. %1: node_modules/leveldown/prebuilds %2: path-to-executable/prebuilds...
reading the output more carefully i was able to fix this issue. i had to copy the prebuilds from ```%1: node_modules/leveldown/prebuilds``` into my executable directory in the folder ```prebuilds``` 
@MariuzM have you tried to copy /node_modules/puppeteer/.local-chromium into path-to-executable/puppeteer ?