Replies: 1 comment 8 replies
-
In a minimal environment, it seems to be working. If you can show me more detailed source code, I may be able advise you! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cannot find module '@nuxt/bridge/dist/runtime'
Problem
I am migrating from Nuxt 2 to Nuxt 3 using Nuxt Bridge with the Options API.
However, I am encountering an error that says
@nuxt/bridge/dist/runtime
cannot be found.According to the documentation, it is implied that using
defineNuxtComponent
should be possible, but I am unsure why this error is occurring.https://nuxt.com/docs/bridge/meta
Environment
What I've Tried
I have followed the migration guide and installed the necessary dependencies for Nuxt Bridge. However, I am still encountering this error when trying to use
defineNuxtComponent
.I have also checked that my Nuxt configuration is set up correctly for Nuxt Bridge.
Question
Has anyone encountered this issue before or have any insights on why this error might be occurring? Is there something I'm missing in my setup or usage of
defineNuxtComponent
?Any help or guidance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions