serverless-crawler-demo icon indicating copy to clipboard operation
serverless-crawler-demo copied to clipboard

Got error?

Open hunkim opened this issue 5 years ago • 0 comments

got을 설치하는데 에러가 나는듯 합니다.

Function Logs:
START RequestId: f3208799-9953-4da4-84ff-1ccad6ad276f Version: $LATEST
2020-05-13T21:59:33.002Z	undefined	ERROR	Uncaught Exception 	{"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module 'got'\nRequire stack:\n- /var/task/handler.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js","stack":["Runtime.ImportModuleError: Error: Cannot find module 'got'","Require stack:","- /var/task/handler.js","- /var/runtime/UserFunction.js","- /var/runtime/index.js","    at _loadUserApp (/var/runtime/UserFunction.js:100:13)","    at Object.module.exports.load (/var/runtime/UserFunction.js:140:17)","    at Object.<anonymous> (/var/runtime/index.js:43:30)","    at Module._compile (internal/modules/cjs/loader.js:1158:30)","    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)","    at Module.load (internal/modules/cjs/loader.js:1002:32)","    at Function.Module._load (internal/modules/cjs/loader.js:901:14)","    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)","    at internal/main/run_main_module.js:18:47"]}
END RequestId: f3208799-9953-4da4-84ff-1ccad6ad276f
REPORT RequestId: f3208799-9953-4da4-84ff-1ccad6ad276f	Duration: 760.07 ms	Billed Duration: 800 ms	Memory Size: 256 MB	Max Memory Used: 13 MB	
Unknown application error occurred
Runtime.ImportModuleError

hunkim avatar May 13 '20 22:05 hunkim