clortho icon indicating copy to clipboard operation
clortho copied to clipboard

Windows 7

Open tnoonan-salesforce opened this issue 8 years ago • 2 comments

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?

tnoonan-salesforce avatar Jul 05 '16 17:07 tnoonan-salesforce

I'm encountering this same issue, it works fine on Windows 10 and Windows Server 10 - though you have to allow remote scripts to run first.

brianantonelli avatar Sep 07 '16 14:09 brianantonelli

I believe I've resolved this issue with PR #3

brianantonelli avatar Sep 07 '16 16:09 brianantonelli