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
-gc flag should be accepted by ts_node, as discussed here.
Actual Behavior
Fails to parse param.
ts-node -gc script.ts
/usr/local/lib/node_modules/ts-node/node_modules/arg/index.js:92
throw err;
^
Error: Unknown or unexpected option: -g
at arg (/usr/local/lib/node_modules/ts-node/node_modules/arg/index.js:90:19)
at Object.<anonymous> (/usr/local/lib/node_modules/ts-node/dist/bin.js:13:14)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Minimal reproduction
touch script.ts
ts-node -gc script.ts
Specifications
ts-node v8.3.0
node v10.18.1
compiler v3.9.5
Operating system and version: Linux archlinux 5.7.2-arch1-1
The text was updated successfully, but these errors were encountered:
Expected Behavior
-gc
flag should be accepted byts_node
, as discussed here.Actual Behavior
Fails to parse param.
Minimal reproduction
Specifications
Operating system and version: Linux archlinux 5.7.2-arch1-1
The text was updated successfully, but these errors were encountered: