This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
process.stdin error if run as Google Native API host on Windows #7345
Comments
Hello! Which node.js version are you using? What OS are you trying to do it on? |
Hi!
OS is Windows. |
cc @orangemocha |
@sameoldmadness can you tell what parameters are getting passed (to CreateProcess) to start node? Or can you share a simplified repro? |
orangemocha
added a commit
to JaneaSystems/node
that referenced
this issue
Sep 17, 2015
Adding a Windows test to verify that a node process spawned via cmd with named pipes can access its stdio streams. Ref: nodejs/node-v0.x-archive#7345
orangemocha
added a commit
to nodejs/node
that referenced
this issue
Sep 20, 2015
Adding a Windows test to verify that a node process spawned via cmd with named pipes can access its stdio streams. Ref: nodejs/node-v0.x-archive#7345 PR-URL: #2770 Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use Node as Google Native API host.
When i access
process.stdin
node throws an exception:Here's the script:
It works fine if I run it directly from command line,
The text was updated successfully, but these errors were encountered: