[Bug]: Dependencies mismatch (for example graphql or vue vs vue-template-compiler) #6
Open
1 of 3 tasks
Labels
bug
Something isn't working
Describe the Bug
Hello,
This is actually multiple things. The first is "simply cloning and building" won't work because graphql from rollup-plugin and from @realtainment/sylius-api don't match. If I go on to fix this and some subsequent errors by bumping versions (replace "rollup-plugin-graphql" with "@rollup/plugin-graphql" for example) I will ultimately get stopped by the second problem (which I'm unable to resolve):
[email protected]
[email protected]
are imported and do not like working together.
To me it looks like the problem for [email protected] lies in the import of nuxtjs/composition-api and vue/composition-api, because those are not available for 2.7+ because the functionality is included in main.
Current behavior
The first thing after yarn/npm install is an error about mismatching versions
Expected behavior
Cloning and building should build without errors
Steps to reproduce
Clone repository, npm install
What version of Vue Storefront are you using?
2.7.1
What version of Node.js are you using?
16.16
What browser (and version) are you using?
irrelevant
What operating system (and version) are you using?
Debian
Relevant log output
Able to fix / change the documentation?
Code of Conduct
The text was updated successfully, but these errors were encountered: