-
Notifications
You must be signed in to change notification settings - Fork 673
ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies #1136
Comments
@dxrvip I had this issue out of the box too -- I ended up going with a modified docker-compose.yml from here: saleor/saleor-platform#121 (comment) |
Same problem. Tried cloning from branch "3.0", but it just won't
|
Same problem here, when execute docker_compose build: #12 44.22 ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
|
i am also getting same issue. `[+] Building 148.2s (36/52)
|
Same issue |
Mine is working just fine guys now and like I told before it is all about the dependencies. React, react-dom and graphsql. @karolkielecki what do you think? I cannot share just one file, because many dependencies has been changed |
I have just done a fresh install and had the same issue. I used the solution found here saleor/saleor#9764 (comment) |
Same issue and also work with saleor/saleor#9764 |
New install and experienced same issue but solved it by adding |
#12 37.25 ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
#12 37.25
#12 37.25 .
#12 37.25 ├─┬ @graphql-codegen/typescript-react-apollo
#12 37.25 │ └── ✕ missing peer graphql-tag@^2.0.0
#12 37.25 ├─┬ @graphql-codegen/typescript
#12 37.25 │ └─┬ @graphql-codegen/visitor-plugin-common
#12 37.25 │ └─┬ @graphql-tools/relay-operation-optimizer
#12 37.25 │ └─┬ relay-compiler
#12 37.25 │ └── ✕ unmet peer graphql@^15.0.0: found 16.3.0
#12 37.25 ├─┬ @saleor/sdk
#12 37.25 │ ├── ✕ unmet peer graphql@^15.5.0: found 16.3.0
#12 37.25 │ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 ├─┬ react-use
#12 37.25 │ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 │ └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 ├─┬ @apollo/client
#12 37.25 │ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 ├─┬ @stripe/react-stripe-js
#12 37.25 │ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 │ └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0": found 18.0.0
#12 37.25 ├─┬ editorjs-blocks-react-renderer
#12 37.25 │ └─┬ html-react-parser
#12 37.25 │ └── ✕ unmet peer react@"0.14 || 15 || 16 || 17": found 18.0.0
#12 37.25 └─┬ react-intl
#12 37.25 └── ✕ unmet peer react@"^16.3.0 || 17": found 18.0.0
#12 37.25 Peer dependencies that should be installed:
#12 37.25 graphql-tag@^2.0.0
#12 37.25
The text was updated successfully, but these errors were encountered: