-
Notifications
You must be signed in to change notification settings - Fork 578
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
Cannot find module '@smithy/abort-controller' in @aws-sdk/lib-storage@3.367.0 #4942
Comments
Hi @WhiteKiwi, sorry to hear about your issues. "@smithy/abort-controller" is indeed a dev dependency of @aws-sdk/lib-storage, which can be confirmed here. I am also not able to reproduce this issue on my end. Can you please make sure your dependencies are up to date?, could you please maybe try deleting the package-lock.json file?, and see if that fixes the problem. Thanks! |
Hi! First, devDependencies is not a dependency that is installed after the library is deployed. You can reproduce it in the repo below. I am not good at English. If there's anything you don't understand, please comment. |
@WhiteKiwi thanks for this information. Your English is perfect, so do not worry. I will investigate this further and I will get back to you as soon as possible. Thanks! |
I've got same issue +1 |
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. |
Checkboxes for prior research
Describe the bug
SDK version number
@aws-sdk/lib-storage@3.367.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v18.16.0
Reproduction Steps
Install and import '@aws-sdk/lib-storage@3.367.0'
Observed Behavior
Cannot find module '@smithy/abort-controller'
Expected Behavior
Find module '@smithy/abort-controller'
Possible Solution
Add '@smithy/abort-controller' in 'devDependencies' to the 'dependencies'
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: