-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt 2 to Bridge Migration: ERROR No "exports" main defined in node_modules/@nuxt/kit/package.json #716
Labels
Comments
Would you provide a reproduction? 🙏 |
I believe this problem has been resolved with the following fix. |
Let me know if not; I'm happy to reopen. |
I can confirm it's fixed. |
The same error with @nuxjs/apollo !
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Darwin
v16.15.1
2.16.2
1.0.0
npm@8.11.0
webpack
target
,bridge
,head
,loading
,css
,plugins
,buildModules
,modules
,bootstrapVue
,axios
,sitemap
,markdownit
,content
,googleAnalytics
,build
,serverHandlers
,devServerHandlers
,devServer
,typescript
@nuxtjs/eslint-module@3.1.0
,bootstrap-vue/nuxt
,@nuxtjs/axios@5.13.6
,@nuxtjs/sitemap@2.4.0
,@nuxtjs/markdownit@2.0.0
,@nuxtjs/svg@0.4.0
,@nuxt/content@2.5.2
,nuxt-gmaps@1.2.10
()
,@nuxtjs/google-analytics@2.4.0
,@nuxtjs/fontawesome@1.1.2
,@nuxt/bridge@3.0.0-27928371.c30fa0f
Reproduction
Describe the bug
I followed the migration guide from Nuxt 2 to Nuxt Bridge carefully: https://nuxt.com/docs/bridge/overview
As soon as I try to run
npm run dev
or any newnuxi
script I just get the following error:I deleted my node_modules folder and the package-lock.json and reinstalled everything but it doesn't make a difference, I always get the same error.
I found some issues on GitHub who reported the same error but their solution somehow does not fit my case.
Additional context
I need to update my swiper integration in my Nuxt 2 project. Therefore I'd like to use the nuxt-swiper module. To be able to use this, I thought that I need to use the Nuxt bridge.
Logs
No response
The text was updated successfully, but these errors were encountered: