-
Notifications
You must be signed in to change notification settings - Fork 22
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
Not working when used as child process #57
Comments
Just observed the same error. 👍 As side effect, the Other modules are affected and I'm not sure how to solve it... |
-d option is working in my case. But no luck with starting it a as a child process. |
Interesting! So, after doing |
No it is not accessible over http. But the daemon seems to start. At least not throwing any error message. May be you are right. It does not start at all. |
Yes, no error, but it fails to start for the same reason. I think it's breaking because of the new version of Node, but don't understand why. |
This is very strange. It starts when started from terminal but you call it from nodejs code as a child process and it fails. |
Exactly... |
Is it because new version of node or because it is rewrite in ES6 |
It's not because of rewrite. It makes me think it's because of the new Tilda versions (>=4.4.0): https://github.com/IonicaBizau/tilda There I added some |
Confirming it's a bug in Tilda: IonicaBizau/tilda#11 I'm on it. |
Isolated this case: http://stackoverflow.com/q/40588859/1420197 |
I was using web-term as child process. And it was working fine. But after updating to the latest version (node v6>), it fails to start web-term as child process. It works when started from terminal directly though.
The text was updated successfully, but these errors were encountered: