nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.28k stars 253 forks source link

NuxtImg with Nuxt 3.12.1 has error about "#imports" #1387

Open yeeyanChen opened 1 week ago

yeeyanChen commented 1 week ago

Here is my version of nuxt and nuxt/image

"@nuxt/image": "^1.7.0", "nuxt": "^3.12.1",

node_modules/@nuxt/image/dist/runtime/components/_base.mjs:3:25: ERROR: Could not resolve "#imports" node_modules/@nuxt/image/dist/runtime/components/nuxt-img.mjs:7:36: ERROR: Could not resolve "#imports" node_modules/@nuxt/image/dist/runtime/composables.mjs:2:29: ERROR: Could not resolve "#build/image-options" node_modules/@nuxt/image/dist/runtime/composables.mjs:3:45: ERROR: Could not resolve "#imports" node_modules/@nuxt/image/dist/runtime/utils/prerender.mjs:2:32: ERROR: Could not resolve "#imports"

How can I fix this, thanks!