Error Handling: Users now receive more informative error messages with the addition of stdout and stderr outputs. This enhancement helps in diagnosing issues more effectively when commands fail.
Improvements
Documentation: A new link to nvexeca is added in the documentation, providing users with a helpful resource for running commands with different Node.js versions.
Dependency Management: The development dependencies are upgraded to their latest versions, ensuring better performance and security for users.
Fixes
Fix unref error that was causing issues in command execution, improving overall reliability.
Others
Add a code comment related to setTimeout().unref, enhancing code clarity for future developers.