caoxiemeihao / nuxt-electron

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

A JavaScript error occurred in the main process #49

Closed RaynisDev closed 8 months ago

RaynisDev commented 8 months ago

I got this error when I try to start the project using the electron module:

Uncaught Exception: Error [ERR_REQUIRE_ESM]: require() of ES Module

caoxiemeihao commented 8 months ago
{
- "type": "module"
}
RaynisDev commented 8 months ago

Thanks! it works again :)