Skip to content

fix: add missing @claude-blocker/shared dependency to server package#9

Open
JanMolcik wants to merge 1 commit intoT3-Content:mainfrom
JanMolcik:fix/add-missing-shared-dependency
Open

fix: add missing @claude-blocker/shared dependency to server package#9
JanMolcik wants to merge 1 commit intoT3-Content:mainfrom
JanMolcik:fix/add-missing-shared-dependency

Conversation

@JanMolcik
Copy link

Summary

  • Adds missing @claude-blocker/shared workspace dependency to the server package
  • Fixes build failure when running pnpm build on a fresh clone

Problem

The server package imports from @claude-blocker/shared but doesn't declare it as a dependency:

src/bin.ts:6:29: ERROR: Could not resolve "@claude-blocker/shared"
src/setup.ts:4:29: ERROR: Could not resolve "@claude-blocker/shared"

Environment

  • Node: v24.12.0
  • pnpm: 10.19.0

Test plan

  • Run pnpm install && pnpm build - builds successfully

🤖 Generated with Claude Code

The server package imports from @claude-blocker/shared but didn't declare
it as a workspace dependency, causing build failures with pnpm.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@genesiscz
Copy link

Please merge this, problem on bun as well. :)

@DeepakKumarKhatri
Copy link

Looks like this repository is dead @genesiscz!!

Please merge this, problem on bun as well. :)

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.

3 participants