nuffsaid
npm run build crashes after upgrade to Nuxt 3.16 due to exsolve
after upgrading to Nuxt 3.16 (from Nuxt 3.15)
npm run build
suddenly breaks with errors in the exsolve module. In my application code (so outside of node_modules
) I do not use any node functionality (directly). All I receive is this rather cryptic message of an error caused within exsolve
itself. Did anyone else have this problem after the upgrade and how did you solve it? Thanks a lot for any pointers!
5 replies