ts-node -vvv also logs the paths to ts-node and typescript, so it's more obvious when you're accidentally using the global ones · Issue #1323 · TypeStrong/ts-node · GitHub
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
ts-node tries to be smart about allowing global or local installation, and using the local typescript, falling back to global if necessary. Sometimes this causes confusion where someone thinks they're using their local ts-node, but is actually using an older global install.
We can include the paths to ts-node and typescript when you run ts-node -vvv to make this easier to debug.