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.
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?
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.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?