You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm turbo run build --filter="cms-v2" or crm, or segment.
error:
• Packages in scope: cms-v2
• Running build in 1 packages
• Remote caching disabled
cms-v2:build: cache miss, executing 1e2afd2d646cf296
cms-v2:build:
cms-v2:build:
cms-v2:build: >[email protected] build /home/djkato/Code PF/saleor-dockerize-all-apps/all_apps/apps/apps/cms-v
2
cms-v2:build: > pnpm generate && next build
cms-v2:build:
cms-v2:build:
cms-v2:build: >[email protected] generate /home/djkato/Code PF/saleor-dockerize-all-apps/all_apps/apps/apps/cm
s-v2
cms-v2:build: > graphql-codegen
cms-v2:build:
✔ Parse Configuration
cms-v2:build: ⚠ Generate outputs
cms-v2:build: ✔ Generate to generated/graphql.ts
cms-v2:build: ❯ Generate to generated/schema.graphql
cms-v2:build: ✔ Load GraphQL schemas
cms-v2:build: ✔ Load GraphQL documents
cms-v2:build: ✖ Cannot use GraphQLObjectType "AccountAddressCreate" from another module or realm.
cms-v2:build: Ensure that there is only one instance of "graphql"in the node_modules
cms-v2:build: directory. If different versions of "graphql" are the dependencies of other
cms-v2:build: relied on modules, use "resolutions" to ensure only one version is installed.
cms-v2:build: https://yarnpkg.com/en/docs/selective-version-resolutions
cms-v2:build: Duplicate "graphql" modules cannot be used at the same time since different
cms-v2:build: versions may have different capabilities and behavior. The data from one
cms-v2:build: version used in the functionfrom another could produce confusing and
cms-v2:build: spurious results.
cms-v2:build: ELIFECYCLE Command failed with exit code 1.
cms-v2:build: ELIFECYCLE Command failed with exit code 1.
cms-v2:build: ERROR: command finished with error: command (/home/djkato/Code PF/saleor-dockerize-all-apps/
all_apps/apps/apps/cms-v2) /usr/local/bin/pnpm run build exited (1)
cms-v2#build: command (/home/djkato/Code PF/saleor-dockerize-all-apps/all_apps/apps/apps/cms-v2) /usr/loca
l/bin/pnpm run build exited (1)
Tasks: 0 successful, 1 total
Cached: 0 cached, 1 total
Time: 1.481s
Failed: cms-v2#build
ERROR run failed: command exited (1)
steps to reproduce:
git clone
pnpm i
pnpm turbo run build --filter="cms-v2"
or crm, or segment.error:
dockerfile: https://github.com/djkato/saleor-dockerize-all-apps/blob/master/apps.Dockerfile
the dockerfile prunes the workspace with turbo before installing and building.
docker error:
The text was updated successfully, but these errors were encountered: