You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO
As of latest nuxt doesn't need to be shamefully hoisted in pnpm monorepo nuxt/nuxt#14146 (comment)
This module breaks when nuxt is not shamefully hoisted. Also using the nuxt the recommended way with shamefully-hoist=true and hitting pnpm up will cause the exact error pasted below.
Advice or any kind of help is appreciated.
✘ [ERROR] Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/components/nuxt-img.mjs:6:36:
6 │ import { useHead, useNuxtApp } from "#imports";
╵ ~~~~~~~~~~
You can mark the path "#imports" as external to exclude it from the bundle, which will remove this
error.
✘ [ERROR] Could not resolve "#build/image-options"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/composables.mjs:2:29:
2 │ import { imageOptions } from "#build/image-options";
╵ ~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "#build/image-options" as external to exclude it from the bundle, which will
remove this error.
✘ [ERROR] Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/composables.mjs:3:45:
3 │ import { useNuxtApp, useRuntimeConfig } from "#imports";
╵ ~~~~~~~~~~
You can mark the path "#imports" as external to exclude it from the bundle, which will remove this
error.
✘ [ERROR] Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/utils/prerender.mjs:2:32:
2 │ import { useRequestEvent } from "#imports";
╵ ~~~~~~~~~~
You can mark the path "#imports" as external to exclude it from the bundle, which will remove this
error.
✘ [ERROR] Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/components/_base.mjs:3:25:
3 │ import { useImage } from "#imports";
╵ ~~~~~~~~~~
You can mark the path "#imports" as external to exclude it from the bundle, which will remove this
error.
ERROR error while updating dependencies: 10:54:37 PM
Error: Build failed with 5 errors:
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/components/_base.mjs:3:25: ERROR: Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/components/nuxt-img.mjs:6:36: ERROR: Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/composables.mjs:2:29: ERROR: Could not resolve "#build/image-options"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/composables.mjs:3:45: ERROR: Could not resolve "#imports"
../../node_modules/.pnpm/@[email protected]/node_modules/@nuxt/image/dist/runtime/utils/prerender.mjs:2:32: ERROR: Could not resolve "#imports"
at failureErrorWithLog (/home/ipesic/feg-casino-portal/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1649:15)
at /home/ipesic/feg-casino-portal/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1058:25
at /home/ipesic/feg-casino-portal/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1525:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
INFO
As of latest nuxt doesn't need to be shamefully hoisted in pnpm monorepo nuxt/nuxt#14146 (comment)
This module breaks when nuxt is not shamefully hoisted. Also using the nuxt the recommended way with shamefully-hoist=true and hitting
pnpm up
will cause the exact error pasted below.Advice or any kind of help is appreciated.
The text was updated successfully, but these errors were encountered: