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
when I spwan a new bash process using
1.require('child_process').spawn("C:\Windows\System32\bash.exe");
2.require('child_process').spawn("C:\Windows\System32\bash.exe",["-c","ls"]);
It will output a "Error: 0x80070057" via stdout.
My windows subsystem for linux however works perfect for standalone usage.I just need to connect nw.js and bash, any idea about this?
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue, this looks like the same issue as #2:
For now we only support the console for stdin and stdout, but improvements are on the backlog. My suggestion at this point would be to add it to our User Voice page and go for the up votes to help raise the priority.
when I spwan a new bash process using
1.require('child_process').spawn("C:\Windows\System32\bash.exe");
2.require('child_process').spawn("C:\Windows\System32\bash.exe",["-c","ls"]);
It will output a "Error: 0x80070057" via stdout.
My windows subsystem for linux however works perfect for standalone usage.I just need to connect nw.js and bash, any idea about this?
The text was updated successfully, but these errors were encountered: