-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing @aws-sdk/client-glacier throws "Error: Cannot find module '@aws-sdk/body-checksum-node'" #849
Comments
The generated Glacier client includes these two lines in the package.json:
Those dependencies are missing here: https://github.com/aws/aws-sdk-js-v3/blob/smithy-codegen/clients/client-glacier/package.json |
May be same issue as #804 |
The dependencies were not manually added in
The dependencies were not added by CodeGen because of issue discussed in #804 |
The release script caught missing dependencies in |
Verified that the issue is resolved in |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
Importing @aws-sdk/client-glacier throws "Error: Cannot find module '@aws-sdk/body-checksum-node'"
SDK version number
Is the issue in the browser/Node.js?
Node.js
Details of the browser/Node.js version
v10.18.0
To Reproduce (observed behavior)
Expected behavior
The import should not throw any error
The text was updated successfully, but these errors were encountered: