Skip to content

fix: clear npm cache before update to prevent stale installs#101

Merged
moekatib merged 1 commit intomainfrom
fix/update-cache
Apr 14, 2026
Merged

fix: clear npm cache before update to prevent stale installs#101
moekatib merged 1 commit intomainfrom
fix/update-cache

Conversation

@moekatib
Copy link
Copy Markdown
Contributor

@moekatib moekatib commented Apr 14, 2026

Summary

  • Clear npm cache before one update to prevent stale package installs
  • Pin exact target version (@withone/cli@1.32.1) instead of @latest to avoid cache mismatches

Test plan

  • one update installs the correct new version after a fresh release

🤖 Generated with Claude Code

npm cache was serving the old version even after a new release was
published. Clear cache and pin the exact target version instead of
using @latest.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@moekatib moekatib merged commit 38bd90f into main Apr 14, 2026
@moekatib moekatib deleted the fix/update-cache branch April 14, 2026 02:13
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