nuxt3 nuxi build throw Error #1587
Unanswered
Verdicts-ye
asked this question in
Help and Questions
Replies: 1 comment
-
see #1619 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
no
Steps to reproduce the bug
nuxt.config.ts file
modules: [
'@pinia/nuxt',
'@vueuse/nuxt',
'@unocss/nuxt',
'@nuxtjs/color-mode',
],
yarn build
Expected behavior
build success
Actual behavior
Rollup error: Could not load [projectpath]\node_modules\pinia\dist\pinia.mjs\dist\pinia.mjs (imported by .nuxt/dist/server/server.mjs): ENOENT: no such file or directory, open [projectpath]\node_modules\pinia\dist\pinia.mjs\dist\pinia.mjs'
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions