You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npx tsx -v
tsx v4.13.1
node v20.14.0
$ npx tsx index.ts
import { UpdateThingShadowCommand } from "@aws-sdk/client-iot-data-plane";
^
SyntaxError: The requested module '@aws-sdk/client-iot-data-plane' does not provide an export named 'UpdateThingShadowCommand'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
Node.js v20.14.0
Bugs are expected to be fixed by those affected by it
I'm interested in working on this issue
Compensating engineering work financially will speed up resolution
I'm willing to offer financial support
The text was updated successfully, but these errors were encountered:
I've hidden comments that aren't constructive towards fixing the issue.
If you have a similar bug, consider filing a separate issue with your own minimal reproduction. Often times, we'll address the reported issue and reports in the comments get neglected.
Please read the Contribution Guide for guidelines on commenting on Issues.
Repository owner
locked and limited conversation to collaborators
Jun 7, 2024
Acknowledgements
Minimal reproduction URL
https://github.com/coderbyheart/tsx-import-bug/actions/runs/9414431871/job/25933332684#step:5:6
Problem & expected behavior (under 200 words)
This works with 4.12.1: https://github.com/coderbyheart/tsx-import-bug/actions/runs/9414522107/job/25933611074#step:6:5
package.json
index.ts
Output
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: