I used the one click installer to create a Node.js app. The "hello world" that is created with the installer worked fine but I'm not able to get the app I've been working on to work on the site (it's been working locally with no problem but on the site I get a page that says "Not implemented"). There's some console.log statements that I've put in the app to debug it but whenever I run the start script from the shell I don't see any statements appear. So where are console.log statements for an app supposed to appear? asked 10 Feb '14, 18:57 Gigamech |
Unfortunately, as it stands right now, both of those streams are discarded. A "start" script via the one-click installer has a line that looks like this:
For instance:
Then, you can just Hope that helps! answered 11 Feb '14, 01:50 ryans ♦♦ Thanks for clearing that up. Any plans to modify the one-click installer to allow normal use of stdout? Also any way to get a stack trace or some indication of what's wrong with a Node script if it crashes?
(11 Feb '14, 22:40)
Gigamech
|