caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
169 stars 18 forks source link

Nuxt 3.8.0 bugs #53

Closed abarke closed 6 months ago

abarke commented 8 months ago

Not sure if this is due to Nuxt directly or if something needs to be fixed in nuxt-electron.

After installing Nuxt v3.8.0, pnpm dev fails with errors like: defineNuxtPlugin not defined in main.js

These plugins should not even be included in the build. Somehow it worked in Nuxt v3.7.4.

I eventually solved it as in main.ts I was using a type from one of the plugins, however the build loaded everything into the build which made it fail. Once I fixed it, I then ran into another error which did not load the app at all and the screen blinked with this error which was not visible in the console 🙃 (see below). Which at that point I reverted to Nuxt 3.7.4.

image

amplitudesxd commented 8 months ago

It's an upstream issue. Wait for Nuxt v3.8.1, or disable appManifest. https://github.com/nuxt/nuxt/issues/23831

danielcmm commented 6 months ago

Error still occurs in 3.8.2. As far as i can tell, happens when there is a 'public' section declared inside runtimeConfig.