-
Notifications
You must be signed in to change notification settings - Fork 156
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 'aws-xray-sdk-core/lib/middleware/sampling/service_connector' from 'node_modules/aws-xray-sdk-express/lib/express_mw.js' #427
Comments
My team also had an issue derived from the new /dist/ path behind the /lib/ because I directed accessed to |
We have the same problem with error Runtime.ImportModuleError: Error: Cannot find module 'aws-xray-sdk-core/lib/middleware/sampling/service_connector' - version 3.2.0 all packages aws-xray-sdk-* |
Hello, Thanks for raising this issue. We'll get a patch out ASAP to address it. |
@ChungminPark we intend on keeping the new structure with The reference that caused this crash should not have been an absolute path to begin with - that was a mistake in the original change linked in this issue. |
Can we get a npm publish please? (nevermind I see one in-progress now) |
@GregTurner preparing the release right now. |
This issue is fixed in v3.3.3, available now on NPM. Please let us know if there are any further issues. Apologies again for the trouble. |
@willarmiros Thanks a lot! |
Cannot find module 'aws-xray-sdk-core/lib/middleware/sampling/service_connector' from 'node_modules/aws-xray-sdk-express/lib/express_mw.js'
Version 3.3.2 introduces this bug due to 84e65c3
The absolute path is missing the /dist/ for consumers
The text was updated successfully, but these errors were encountered: