Flags allowed for 'ts-node' are out of date
justincorrigible opened this issue · comments
Anders Richardsson commented
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.
Line 20 in 32bdc92
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.