node-casperjs-aws-lambda icon indicating copy to clipboard operation
node-casperjs-aws-lambda copied to clipboard

there is an error about 'on' function

Open yj9404 opened this issue 6 years ago • 0 comments

hello, i run at aws lambda but i got an error like this

"errorType": "TypeError", "errorMessage": "Cannot read property 'on' of undefined", "stack": [ "TypeError: Cannot read property 'on' of undefined", " at module.exports (/var/task/src/runner.js:45:15)", " at Runtime.exports.handler (/var/task/index.js:18:5)", " at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)", " at process._tickCallback (internal/process/next_tick.js:68:7)" ]

yj9404 avatar Sep 15 '19 10:09 yj9404