-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support npm:tsx (esbuild) #20625
Labels
Comments
tsx depends on |
The missing error: unexpected argument '--require' found
tip: a similar argument exists: '--quiet'
Usage: deno run --allow-all --quiet [SCRIPT_ARG]...
For more information, try '--help'. |
deno 2.0.0-rc.2+aaf2bf4 > deno run -A npm:tsx index.ts
error: unexpected argument '--require' found
tip: to pass '--require' as a value, use '-- --require'
Usage: deno run [OPTIONS] [SCRIPT_ARG]... |
@marvinhagemeister , is this likely to be upsteam issue with the flag similar to the tauri issue here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
tsx - GitHub
This compiler is used many places in peoples package.json scripts, so it would be great if deno is able to execute it, until it's replaced with i.e. deno everywhere.
Platform
Darwin 22.6.0 arm64 arm
Version
deno 1.37.0
Repro
deno run npm:tsx index.ts
It actually breaks even without a file provided, so just
deno run npm:tsx
;Expected
> Print this
Actual
The text was updated successfully, but these errors were encountered: