Skip to content

Deduplicate NPM dependencies in the cli/ directory#781

Draft
atodorov wants to merge 2 commits intousc-devfrom
deps/unify-polkadot-util
Draft

Deduplicate NPM dependencies in the cli/ directory#781
atodorov wants to merge 2 commits intousc-devfrom
deps/unify-polkadot-util

Conversation

@atodorov
Copy link
Copy Markdown
Contributor

@atodorov atodorov commented Apr 9, 2026

Notably to get rid of these messages:

    @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:
            cjs 13.5.9      node_modules/@polkadot/util-crypto/node_modules/@polkadot/util/cjs
            cjs 13.5.8      node_modules/@polkadot/util/cjs

if deduplication was successfull we should not see messages like this
in the tests output:

@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:
	cjs 13.5.9	node_modules/@polkadot/util-crypto/node_modules/@polkadot/util/cjs
	cjs 13.5.8	node_modules/@polkadot/util/cjs
@atodorov atodorov force-pushed the deps/unify-polkadot-util branch from 16b61aa to 591f239 Compare April 10, 2026 10:21
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

Successfully merging this pull request may close these issues.

1 participant