Cannot find module '@smithy/protocol-http'\ #5474
Unanswered
noumanbhatti
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @noumanbhatti - sorry for not getting to you sooner. Are you still running into this error? If so, can you share you code so that we can further investigate? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've updated the "@aws-sdk/client-chime-sdk-meetings": "3.445.0", and now I'm getting the following error. Even if I lower down the version to a year ago issue is same
{
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module '@smithy/protocol-http'\nRequire stack:\n- /var/task/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js\n- /var/task/node_modules/@aws-sdk/client-chime-sdk-meetings/dist-cjs/ChimeSDKMeetingsClient.js\n- /var/task/node_modules/@aws-sdk/client-chime-sdk-meetings/dist-cjs/index.js\n- /var/task/callscreen/createMeeting.js\n- /var/runtime/index.mjs",
"stack": [
"Runtime.ImportModuleError: Error: Cannot find module '@smithy/protocol-http'",
"Require stack:",
"- /var/task/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js",
"- /var/task/node_modules/@aws-sdk/client-chime-sdk-meetings/dist-cjs/ChimeSDKMeetingsClient.js",
"- /var/task/node_modules/@aws-sdk/client-chime-sdk-meetings/dist-cjs/index.js",
"- /var/task/callscreen/createMeeting.js",
"- /var/runtime/index.mjs",
" at _loadUserApp (file:///var/runtime/index.mjs:1087:17)",
" at async Object.UserFunction.js.module.exports.load (file:///var/runtime/index.mjs:1119:21)",
" at async start (file:///var/runtime/index.mjs:1282:23)",
" at async file:///var/runtime/index.mjs:1288:1"
]
}
Beta Was this translation helpful? Give feedback.
All reactions