Skip to content

fix: bundle @perstack/tui into create-expert dist#491

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/create-expert-bundle-tui
Feb 14, 2026
Merged

fix: bundle @perstack/tui into create-expert dist#491
FL4TLiN3 merged 1 commit intomainfrom
fix/create-expert-bundle-tui

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Move @perstack/tui from dependencies to devDependencies in create-expert so tsup bundles it into dist
  • Add react-devtools-core to tsup externals (same as perstack app)
  • Fixes npm error 404 @perstack/tui when running npx create-expert

Root cause

@perstack/tui is a private workspace package. When listed in dependencies, tsup externalizes it and npm tries (and fails) to install it from the registry.

🤖 Generated with Claude Code

Move @perstack/tui from dependencies to devDependencies so tsup bundles
it into the dist. As a private package, it can't be resolved from npm.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) February 14, 2026 10:32
@FL4TLiN3 FL4TLiN3 merged commit 00f9df4 into main Feb 14, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 mentioned this pull request Feb 14, 2026
@FL4TLiN3 FL4TLiN3 deleted the fix/create-expert-bundle-tui branch February 25, 2026 13:36
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