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
fix: apply npm scoped package research findings and bump to 0.1.5
Based on web research, npx has known issues with scoped packages:
- npm 6.14.13-7.13.0 bug where bins from scoped packages don't install to node_modules/.bin/
- Scoped package names with '/' cause bin resolution issues in npx
- String bin config doesn't work properly for scoped packages
Changes:
- Restore explicit bin object configuration (more reliable for scoped packages)
- Update README to recommend global install instead of npx (working solution)
- Update troubleshooting examples to use working command
- Version bump to 0.1.5
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments