You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize bare owner/repo npm sources and detect installed bin
Fixes a confusing failure when users pass --npm owner/repo: npm treats it
as a GitHub shorthand instead of a scoped package, so no binary is
created and the install fails with "binary not found". NewNpmInstaller
now rewrites bare owner/repo strings to @owner/repo, and Install snapshots
the npm global bin dir to discover binaries with unexpected names and
report a helpful error when none are produced.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>