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
Running deno task test results in the following output:
deno-node % deno task test
Task test tsx test.js
error: unexpected argument '--require' found
tip: to pass '--require' as a value, use '-- --require'
Usage: deno run [OPTIONS] [SCRIPT_ARG]...
Version: Deno 2.4.5
I reported this first on Discord and was asked to file a bug: https://discord.com/channels/684898665143206084/1409773999084408853
I've created a minimal repro project with instructions here: https://github.com/isAdrisal/deno-node
Running
deno task testresults in the following output: