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(install): check file existence before loading pre-built binary
- Add existsSync check before trying to load pre-built binary
- Prevents false positive when node-pre-gyp finds path but file doesn't exist
- Improves error handling and debugging information
- Ensures source build is triggered when pre-built binary is missing
0 commit comments