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
If I run the simple usage example from the readme on windows 7 it just hangs.
The problem seems to be in run-powershell.js. The child process just hangs and the callback is never invoked.
If I remove the return and call childProcess.stdin.end() the callback is executed as expected. But with this change I then run into problems with the follow up powershell usage for Get-Credential.
Is Windows 7 really supported? Maybe I have a configuration issue?
The text was updated successfully, but these errors were encountered:
If I run the simple usage example from the readme on windows 7 it just hangs.
The problem seems to be in run-powershell.js. The child process just hangs and the callback is never invoked.
If I remove the return and call childProcess.stdin.end() the callback is executed as expected. But with this change I then run into problems with the follow up powershell usage for Get-Credential.
Is Windows 7 really supported? Maybe I have a configuration issue?
The text was updated successfully, but these errors were encountered: