mirror of
https://github.com/tuanngocptn/nport.git
synced 2026-04-26 05:35:48 +03:00
-
v2.1.3 Stable
released this
2026-01-29 17:30:01 +03:00 | 20 commits to main since this release📅 Originally published on GitHub: Thu, 29 Jan 2026 14:32:52 GMT
🏷️ Git tag created: Thu, 29 Jan 2026 14:30:01 GMTFixed
- 🪟 Windows Spawn Error: Fixed "spawn UNKNOWN" error on Windows
- Added Windows-specific spawn options (
windowsHide,shell,stdio) - Process now spawns correctly with proper path resolution on Windows
- Added helpful troubleshooting tips for Windows users when spawn fails
- Added Windows-specific spawn options (
Improved
- 🔧 Better Windows Error Guidance: Enhanced error messages for Windows users
- Detects common spawn errors (UNKNOWN, ENOENT)
- Provides actionable troubleshooting steps:
- Check Windows Defender/antivirus blocking
- Try running as Administrator
- Reinstall nport if needed
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- 🪟 Windows Spawn Error: Fixed "spawn UNKNOWN" error on Windows