Skip to content

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 #1323

Closed
@cspotcode

Description

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.

Metadata

Assignees

No one assigned

    Labels

    you can do thisGood candidate for a pull request.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions