Devilsmaul

Results 4 comments of 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``` ![image](https://user-images.githubusercontent.com/12788961/174795847-7e163c05-b268-47b8-b199-441438f9fa33.png)

@MariuzM have you tried to copy /node_modules/puppeteer/.local-chromium into path-to-executable/puppeteer ?