What's the benefit of installing ts-node locally? #1578
Unanswered
jzxchiang1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since I'm running ts-node anyways with
npx ts-node ...
, which is fully capable of installing ts-node from a remote location each time, is the benefit of putting ts-node in my package.json and installing it into my local node_modules/ that:npx ts-node ...
Or are there other reasons? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions