Skip to content
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

[Bug]: unresolved dependencies during Docker build #286

Open
1 task done
andrewshadura opened this issue Jan 15, 2023 · 0 comments
Open
1 task done

[Bug]: unresolved dependencies during Docker build #286

andrewshadura opened this issue Jan 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@andrewshadura
Copy link

andrewshadura commented Jan 15, 2023

Related to #239, there are multiple missing dependency warnings during the build as specified by the Dockerfile (with workarounds from #239 applied):

[4/5] Linking dependencies...
warning "lerna > @lerna/version > @lerna/github-client > @octokit/rest > @octokit/plugin-request-log@1.0.4" has unmet peer dependency "@octokit/core@>=3".
warning " > ts-jest@27.0.7" has incorrect peer dependency "jest@^27.0.0".
warning " > vue-jest@4.0.1" has unmet peer dependency "babel-jest@>= 24 < 27".
warning " > vue-jest@4.0.1" has incorrect peer dependency "jest@26.x".
warning " > vue-jest@4.0.1" has unmet peer dependency "vue@^2.x".
warning " > vue-jest@4.0.1" has unmet peer dependency "vue-template-compiler@^2.x".
warning " > @vue-storefront/spree@1.4.0" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning " > @vue-storefront/spree@1.4.0" has unmet peer dependency "vue@^2.0.0 || >=3.0.0-rc.0".
warning " > @vue-storefront/spree-theme@1.4.0" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning " > @vue-storefront/spree-theme@1.4.0" has unmet peer dependency "vue@^2.6.14 || >=3.0.0-rc.0".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-api > @spree/axios-fetcher@1.0.0" has unmet peer dependency "axios@^0.25.0".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-api > @vue-storefront/core@2.5.1" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/nuxt-theme@2.5.1" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > vee-validate@3.4.13" has unmet peer dependency "vue@^2.5.18".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue/test-utils@1.2.2" has unmet peer dependency "vue@2.x".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue/test-utils@1.2.2" has unmet peer dependency "vue-template-compiler@^2.x".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @storefront-ui/vue > vue2-leaflet@2.7.1" has unmet peer dependency "@types/leaflet@^1.5.7".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/nuxt > @nuxtjs/composition-api@0.29.3" has unmet peer dependency "@nuxt/vue-app@^2.15".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/nuxt > @nuxtjs/composition-api@0.29.3" has unmet peer dependency "vue@^2".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > nuxt > @nuxt/components@2.2.1" has unmet peer dependency "consola@*".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/nuxt > @nuxtjs/composition-api > @vue/composition-api@1.4.1" has unmet peer dependency "vue@>= 2.5 < 3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > vue-demi@0.11.4" has unmet peer dependency "vue@^3.0.0-0 || ^2.6.0".

Code of Conduct

  • I agree to follow this project's Code of Conduct
@andrewshadura andrewshadura added the bug Something isn't working label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant