entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

@polkadot/keyring has multiple versions, ensure that there is only one installed. Either remove and explicitly install matching versions or dedupe using your package manager. #242

Closed benschac closed 9 months ago

benschac commented 10 months ago
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.5.1      node_modules/@polkadot/keyring/cjs
        esm 12.5.1      <unknown>

esm and cjs build targets should be defined to fix error.

frankiebee commented 9 months ago

i did npm ls -a | grep keyring and did not see mismatching versions will be fixed in next release. on a side note we dont require keyring directly as a dependency so this is more an issue with polkadot js