Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Created May 9, 2023 06:23
Show Gist options
  • Save nickmccurdy/73fb00eb1187a2b7cc77c24cbea074c5 to your computer and use it in GitHub Desktop.
Save nickmccurdy/73fb00eb1187a2b7cc77c24cbea074c5 to your computer and use it in GitHub Desktop.
Quick fix to use ts-node with Node 20
- ts-node --esm [path]
+ node --loader ts-node/esm [path]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment