spree icon indicating copy to clipboard operation
spree copied to clipboard

[Bug]: unresolved dependencies during Docker build

Open andrewshadura opened this issue 2 years ago • 0 comments

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/[email protected]" has unmet peer dependency "@octokit/core@>=3".
warning " > [email protected]" has incorrect peer dependency "jest@^27.0.0".
warning " > [email protected]" has unmet peer dependency "babel-jest@>= 24 < 27".
warning " > [email protected]" has incorrect peer dependency "[email protected]".
warning " > [email protected]" has unmet peer dependency "vue@^2.x".
warning " > [email protected]" has unmet peer dependency "vue-template-compiler@^2.x".
warning " > @vue-storefront/[email protected]" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning " > @vue-storefront/[email protected]" has unmet peer dependency "vue@^2.0.0 || >=3.0.0-rc.0".
warning " > @vue-storefront/[email protected]" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning " > @vue-storefront/[email protected]" 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/[email protected]" has unmet peer dependency "axios@^0.25.0".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-api > @vue-storefront/[email protected]" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/[email protected]" has unmet peer dependency "@nuxtjs/composition-api@^0.29.3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > [email protected]" has unmet peer dependency "vue@^2.5.18".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue/[email protected]" has unmet peer dependency "[email protected]".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue/[email protected]" has unmet peer dependency "vue-template-compiler@^2.x".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @storefront-ui/vue > [email protected]" 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/[email protected]" 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/[email protected]" has unmet peer dependency "vue@^2".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > nuxt > @nuxt/[email protected]" has unmet peer dependency "consola@*".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > @vue-storefront/nuxt > @nuxtjs/composition-api > @vue/[email protected]" has unmet peer dependency "vue@>= 2.5 < 3".
warning "workspace-aggregator-0ce55068-8eae-45a1-a8db-6bd86ddf2e14 > @vue-storefront/spree-theme > [email protected]" has unmet peer dependency "vue@^3.0.0-0 || ^2.6.0".

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

andrewshadura avatar Jan 15 '23 08:01 andrewshadura