Reputation: 4085
I have an issue with nodeclipse: I am unable to run even the simplest demo app (simple require http). When I try to run my "app.js" as a node application, I am just getting:
<terminated, exit value: -1073741819>Node.js Process
When I try to run from the command prompt node app.js
, everything goes fine. Did I forget anything important ?
Thanks in advance for your help.
Here is some additionnal informations:
Upvotes: 2
Views: 2045
Reputation: 63912
While this problem arise from time to time, the exact cause is not yet known. More feedback is needed. (Once the problem goes away there is no way to reproduce healing; so the only way is to collect data in what environment, and how was solved)
Check Nodeclipse Online Help - Run page
There are 2 similar issues raised before.
node --debug-brk app.js
from console first.Upvotes: 2