wclr / ts-node-dev

Compiles your TS app and restarts when files are modified.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flags allowed for 'ts-node' are out of date

justincorrigible opened this issue · comments

According to https://github.com/TypeStrong/ts-node#logerror, the syntax for the flag to log errors (instead of crashing the process) is now logError, while this package expects log-error instead (i.e. not as an alias or alternate syntax), as seen here. The ticket title here implies my assumption the syntax for those may have been different in the past.

'log-error',

Other flags seem to be missing e.g. showConfig. While I may open a PR at some point to update these, I'm documenting the issue here in case others are available before me.