Lucas

Results 3 comments of Lucas

Fix on [PR](https://github.com/timfish/forge-externals-plugin/pull/5/files) An alternative until release one version is use [patch-package](https://github.com/ds300/patch-package) to modify this code: ``` if (file.startsWith(`/node_modules/${module}`)) { ``` to: ``` if (file.startsWith(`/node_modules/${module}`) || file.startsWith(`/node_modules/${module.split('/')[0]}`)) { ```

> Same issue maybe, (just mine is crashing instead), just after the update to (2.9.8.5?). Here are examples of error: > > ![Image](https://github.com/user-attachments/assets/74e8596d-a609-4fef-ac9a-3d49d10bab0b) ![Image](https://github.com/user-attachments/assets/e7a8bae6-f188-4fab-8f3f-0bd968c7c1b5) > > Tried to --verbose on...

Probably it's something with Wayland + Nvidia (even tho I'm using a proprietary driver). I opened this issue because it wasn't happening frequently until the latest ml4w update, and I...