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 npm CLI package: use Node.js launcher shim instead of postinstall
The bin/lightshell file is now a Node.js shim that finds and executes
the platform-specific binary at runtime (like esbuild). This replaces
the broken postinstall approach where the binary wasn't included in
the published package. Also updates README with scoped package names.
0 commit comments