(nuxt-bridge) subpath './nuxt' is not defined #1010
-
The error of this issue/discussion can be reproduced in this repo: https://github.com/HendrikJan/nuxt_pinia_error I try to use Pinia with nuxt-bridge and get this error:
Part of package.json that seems important: "dependencies": {
"@pinia/nuxt": "^0.1.8",
"pinia": "^2.0.10",
"nuxt-edge": "latest",
},
"devDependencies": {
"@nuxt/bridge": "npm:@nuxt/bridge-edge@^3.0.0-27389502.88da719",
}, It's in a substantial application. If needed I'll try to create a simple example. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Have you forgotten to install "dependencies": {
- "nuxt": "...",
+ "nuxt-edge": "...",
} https://v3.nuxtjs.org/getting-started/bridge/#upgrade-nuxt-2 |
Beta Was this translation helpful? Give feedback.
-
@iendeavor |
Beta Was this translation helpful? Give feedback.
-
To me this seems like a bug. I'll create a proper issue. |
Beta Was this translation helpful? Give feedback.
To me this seems like a bug. I'll create a proper issue.