Hermes Alves
Explore posts from serversRollupError: [plugin impound] This module cannot be imported in server runtime.
@hiimmox Did you manage to solve it or make it work? I couldn't, I even opened a new issue: https://github.com/nuxt/nuxt/issues/29920
7 replies
Nuxt 4 - compability version (node:81791) Warning: To load an ES module, set "type": "module" in...
@kapa.ai I'm encountering a persistent warning while running my Nuxt 3.14.159 application using both Bun and npm as package managers. The warning appears as follows:
(node:84434) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
The warning appears during both development (npm run dev and bun run dev) and build processes.
The application runs, but I’m concerned that this warning may indicate an underlying issue that could affect future updates or production stability.
1. Is this warning indicative of a deeper problem that should be addressed?
2. Are there specific configurations or steps I might be overlooking to resolve this?
3. Could the compatibility version setting be related, and if so, is there a way to address it without the warning?8 replies
Nuxt 4 - compability version (node:81791) Warning: To load an ES module, set "type": "module" in...
@kapa.ai I'm encountering a persistent warning while running my Nuxt 3.14.159 application using both Bun and npm as package managers. The warning appears as follows:
(node:84434) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
The warning appears during both development (npm run dev and bun run dev) and build processes.
The application runs, but I’m concerned that this warning may indicate an underlying issue that could affect future updates or production stability.
1. Is this warning indicative of a deeper problem that should be addressed?
2. Are there specific configurations or steps I might be overlooking to resolve this?
3. Could the compatibility version setting be related, and if so, is there a way to address it without the warning?8 replies
How to Add Dynamic Pages/Extensions in Nuxt 4 at Runtime? Need Ideas for My Bun-based Open project
I appreciate the response, but I’m specifically looking for insights from people who have faced similar challenges or have experience with this kind of implementation. Personal experiences would be really helpful in guiding my approach.
7 replies