We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm using your module with Nuxt 3 (it works great btw, thanks :) ) and I'm getting some dependencies conflict with @vue/composition-api
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@"^3.2.31" from @histoire/[email protected] npm ERR! node_modules/@histoire/plugin-vue npm ERR! peer @histoire/plugin-vue@"^0.11.9" from @histoire/[email protected] npm ERR! node_modules/@histoire/plugin-nuxt npm ERR! dev @histoire/plugin-nuxt@"^0.11.5" from the root project npm ERR! dev @histoire/plugin-vue@"^0.11.5" from the root project npm ERR! peer vue@"^3.2.38" from @nuxt/[email protected] npm ERR! node_modules/@nuxt/test-utils-edge npm ERR! dev @nuxt/test-utils-edge@"^3.0.0-rc.13-27769897.0f2ef5d" from the root project npm ERR! 17 more (@nuxt/vite-builder, vue-demi, vue-i18n-routing, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! dev @jagaad/vue-hubspot-form@"" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected] npm ERR! node_modules/@vue/composition-api npm ERR! peerOptional @vue/composition-api@"^1.4.0" from @jagaad/[email protected] npm ERR! node_modules/@jagaad/vue-hubspot-form npm ERR! dev @jagaad/vue-hubspot-form@"" from the root project
Is it possible for you to fix this ?
Thanks! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm using your module with Nuxt 3 (it works great btw, thanks :) ) and I'm getting some dependencies conflict with @vue/composition-api
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@"^3.2.31" from @histoire/[email protected]
npm ERR! node_modules/@histoire/plugin-vue
npm ERR! peer @histoire/plugin-vue@"^0.11.9" from @histoire/[email protected]
npm ERR! node_modules/@histoire/plugin-nuxt
npm ERR! dev @histoire/plugin-nuxt@"^0.11.5" from the root project
npm ERR! dev @histoire/plugin-vue@"^0.11.5" from the root project
npm ERR! peer vue@"^3.2.38" from @nuxt/[email protected]
npm ERR! node_modules/@nuxt/test-utils-edge
npm ERR! dev @nuxt/test-utils-edge@"^3.0.0-rc.13-27769897.0f2ef5d" from the root project
npm ERR! 17 more (@nuxt/vite-builder, vue-demi, vue-i18n-routing, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev @jagaad/vue-hubspot-form@"" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected]
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from @jagaad/[email protected]
npm ERR! node_modules/@jagaad/vue-hubspot-form
npm ERR! dev @jagaad/vue-hubspot-form@"" from the root project
Is it possible for you to fix this ?
Thanks! :)
The text was updated successfully, but these errors were encountered: