Skip to content

v0.9.85 — Install Fix (Completed)

Choose a tag to compare

@yasserstudio yasserstudio released this 20 Jun 12:26

What's Changed

  • fix: npm install -g @gpc-cli/cli now installs cleanly. v0.9.84 resolved the internal workspace references in the CLI and its core package, but a shared dependency was left on its previous version and so kept a reference a fresh install could not resolve. That package and the ones depending on it are now republished with concrete versions.

If you hit the install error on v0.9.84, upgrade with npm install -g @gpc-cli/cli@latest.

Full Changelog: v0.9.84...v0.9.85