Skip to content
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

ESM module dependency issues #106

Open
mrq1911 opened this issue Jan 11, 2025 · 0 comments
Open

ESM module dependency issues #106

mrq1911 opened this issue Jan 11, 2025 · 0 comments

Comments

@mrq1911
Copy link
Member

mrq1911 commented Jan 11, 2025

when i add sdk as dependency to my esm module, i see this warming always

@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 13.1.1      node_modules/@polkadot/util/
        cjs 13.1.1      node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 13.1.1      node_modules/@polkadot/util-crypto/
        cjs 13.1.1      node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 7.4.1       node_modules/@polkadot/wasm-crypto/
        cjs 7.4.1       node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 7.4.1       node_modules/@polkadot/wasm-bridge/
        cjs 7.4.1       node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 7.4.1       node_modules/@polkadot/wasm-crypto-wasm/
        cjs 7.4.1       node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        esm 7.4.1       node_modules/@polkadot/wasm-util/
        cjs 7.4.1       node_modules/@polkadot/wasm-util/cjs

you can try this to see https://github.com/galacticcouncil/snakewatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant