We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuxi info output:
nuxi info
Nuxt project info: 19:22:11 ------------------------------ - Operating System: Linux - Node Version: v18.20.4 - Nuxt Version: 3.14.0 - CLI Version: 3.15.0 - Nitro Version: 2.10.2 - Package Manager: [email protected] - Builder: - - User Config: default - Runtime Modules: @nuxt/[email protected], @nuxt/[email protected], [email protected], [email protected], notivue/nuxt, @nuxtjs/[email protected], @nuxt/[email protected], [email protected], @nuxt/[email protected], [email protected], @nuxt/[email protected] - Build Modules: -
NITRO_PRESET=netlify-legacy pnpm build in a recently upgraded nuxt project to v3.14.0
NITRO_PRESET=netlify-legacy pnpm build
Build fails when trying to use either netlify-legacy or netlify presets with the following error:
netlify-legacy
netlify
[19:21:13] ERROR [plugin impound] This module cannot be imported in server runtime. [importing node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/nitropack/dist/presets/netlify/legacy/runtime/_deno-env-polyfill from node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/nitropack/dist/presets/netlify/legacy/runtime/netlify.mjs]
No response
The text was updated successfully, but these errors were encountered:
same here ! and same on nuxt: nuxt/nuxt#29778
Sorry, something went wrong.
Seems like the import protection (impound) is triggering where it shouldn't.
Successfully merging a pull request may close this issue.
Environment
nuxi info
output:Reproduction
NITRO_PRESET=netlify-legacy pnpm build
in a recently upgraded nuxt project to v3.14.0Describe the bug
Build fails when trying to use either
netlify-legacy
ornetlify
presets with the following error:Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: