Lucas
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: > >   > > 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...