-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate why running cmdlets result in this error. For example -> node .\test.js Get-Process <- causes this error. While this works -> node .\test.js 'Get-Process | Out-String'. #6
Comments
I can't even get test.js to run, but does |
what error do you get? |
|
Thanks for posting. I know nodejs got upgraded and edge had some fixes. May need to pull them over. |
FYI: tried on another machine with Node 0.8.14 and received the same error.I must be missing something. |
you need to set the $env:EDGE... variable. check the Invoke-PSNode.ps1 also are you running it from the tryPowerShell dir? |
Chris, found the issue, here's the write up #7 (comment) |
Thanks. I got everything running and stepped through the code. I have no ideas other than replacing JSON serialization in Edge with Json.Net which has worked well with PSObjects for me in the past. |
Terrific. I saw some info just the other day about folks switching to Json.Net. It was on my list. Looking forward to playing with it. Thanks |
The text was updated successfully, but these errors were encountered: