Skip to content

fix(icp-cli): add npm versions to bindgen and core references#104

Open
marc0olo wants to merge 1 commit intomainfrom
fix/icp-cli-npm-versions
Open

fix(icp-cli): add npm versions to bindgen and core references#104
marc0olo wants to merge 1 commit intomainfrom
fix/icp-cli-npm-versions

Conversation

@marc0olo
Copy link
Member

Summary

Adds npm package versions to @icp-sdk/bindgen and @icp-sdk/core references in the icp-cli skill. Agents were guessing wrong versions (e.g. @icp-sdk/core@^0.2.0 when the actual version is ^5.0.0), causing npm install failures.

Mentions #100, #95, #96.

Changes

  • references/binding-generation.md: Add >= 0.2.0 for @icp-sdk/bindgen and >= 5.0.0 for @icp-sdk/core in intro and requirements
  • references/dfx-migration.md: Add version ranges to npm install command (@icp-sdk/core@^5.0.0 @icp-sdk/bindgen@^0.2.0)

@marc0olo marc0olo requested review from a team and JoshDFN as code owners March 21, 2026 02:18
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