ava-labs / avalanche-wallet-sdk

A Typescript library to create and manage wallets on the Avalanche network.
BSD 3-Clause "New" or "Revised" License
40 stars 26 forks source link

Conflicting Peer dependency with Avalanche #115

Open show981111 opened 1 year ago

show981111 commented 1 year ago

I am trying to use both "avalanche": "3.15.5" and "@avalabs/avalanche-wallet-sdk": "0.18.4" for my project. However, when I try npm ci, it shows this error. Screenshot (19)

I checked the package.json of avalanche-wallet-sdk and it uses 3.15.2. Since the most recent version of "avalanche" is 3.15.5 I think it should be updated to 3.15.5 . Or, is there anything else I can do to solve this issue?