SIGN IN SIGN UP
continuedev / continue UNCLAIMED

⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

0 0 78 TypeScript

Fix npm cache corruption in base blueprint

Add `npm cache clean --force` at the end of the base blueprint setup
to prevent "idealTree already exists" errors in child blueprints.

The npm global install leaves cache state that can cause issues when
child blueprints run their own npm install commands.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
N
Nate committed
a80c8fc394b07792cb983cd62affc1228be94cd9
Parent: ec777c1