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(error-handling): improve ENOTDIR/ENOENT errors and binary install guidance
- Split ENOTDIR and ENOENT error handling in process-lock for clearer diagnostics
- ENOTDIR explains when a path component is a file instead of directory
- ENOENT provides specific parent directory and mkdir command to create it
- Updated bin.ts binary install guidance to use "ex:" to clarify npm is just an example
0 commit comments