-
Notifications
You must be signed in to change notification settings - Fork 1k
The project introduces @solana/wallet-adapter-wallets related dependencies and reports Conflicting peer dependencies: react-dom #1062
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
Comments
To resolve the conflicting peer dependencies, you can use the Here’s how you can use it: npm install --legacy-peer-deps This should help bypass the peer dependency conflicts and allow the installation to proceed. |
The |
I'm happy to take a look if you can share a repo with a minimal reproduction of the issue. |
You can download it https://github.com/huangfupo/reown-test-demo Take a look at this package |
I just pulled in this repo and ran What version of Node and PNPM are you using? For reference, I'm using this:
|
After updating I don't delete It's really strange. Moreover, when performing Could you please help me take another look and pull the code before reading! Thank you for your reply! Thank you very much. |
Issues with peer dependencies found
.
└─┬ @solana/wallet-adapter-wallets 0.19.32
├─┬ @solana/wallet-adapter-fractal 0.1.9
│ └─┬ @fractalwagmi/solana-wallet-adapter 0.1.1
│ └─┬ @fractalwagmi/popup-connection 1.1.1
│ └── ✕ missing peer react-dom@"^17.0.2 || ^18"
├─┬ @solana/wallet-adapter-keystone 0.1.16
│ └─┬ @keystonehq/sol-keyring 0.20.0
│ └─┬ @keystonehq/sdk 0.19.2
│ ├── ✕ missing peer react-dom@"*"
│ ├─┬ react-modal 3.16.3
│ │ └── ✕ missing peer react-dom@"^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 || ^19"
│ ├─┬ react-qr-reader 2.2.1
│ │ ├── ✕ missing peer react-dom@~16
│ │ └── ✕ unmet peer react@~16: found 18.3.1
│ └─┬ qrcode.react 1.0.1
│ └── ✕ unmet peer react@"^15.5.3 || ^16.0.0 || ^17.0.0": found 18.3.1
└─┬ @solana/wallet-adapter-particle 0.1.13
└─┬ @particle-network/solana-wallet 1.3.2
└── ✕ unmet peer bs58@^4.0.1: found 6.0.0
✕ Conflicting peer dependencies:
react-dom
The text was updated successfully, but these errors were encountered: