I am trying to print basic example using hapi server. I deployed to apigee edge and I am getting error.I tried same example locally it printed the value what i was expecting.deployment is successful I can see all dependencies varsions in package.json.Here is the error I am getting back: { "fault": { "faultstring": "Script node executed prematurely: syntax error\nsyntax error\n at module.js:439\n at module.js:474\n at module.js:356\n at module.js:312\n at module.js:497\n at startup (trireme.js:142)\n at trireme.js:923\n", "detail": { "errorcode": "scripts.node.runtime.ScriptExitedError" } } }. In my example I tried to start a hapi server and start connection and added a route which will print Hello World!.