Skip to content

fix: move runtime deps to devDependencies to prevent npx install hang - #2

Open
dkmin wants to merge 1 commit into
jayychoii:mainfrom
OpenClaw-Korea:fix/npx-install-hang
Open

fix: move runtime deps to devDependencies to prevent npx install hang#2
dkmin wants to merge 1 commit into
jayychoii:mainfrom
OpenClaw-Korea:fix/npx-install-hang

Conversation

@dkmin

@dkmin dkmin commented Apr 16, 2026

Copy link
Copy Markdown

Summary

  • npx openboard-claude hangs at idealTree:roughjs: sill fetch manifest sliced@^1.0.1 because npm tries to install the full dependency tree of @excalidraw/excalidraw, next, react, react-dom
  • Move these to devDependencies — the standalone build already bundles everything needed at runtime, so no runtime deps are required
  • npx skips devDependencies, making install instant

Closes #1

🤖 Generated with Claude Code

The standalone build bundles everything needed at runtime.
Having @excalidraw/excalidraw in dependencies causes npx to resolve
its entire dep tree (roughjs → sliced etc.), hanging the install.

Closes jayychoii#1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Apr 16, 2026

Copy link
Copy Markdown

@dkmin is attempting to deploy a commit to the ipcgrdn's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

npx 설치 지연

1 participant