Is it possible to exec npm script using ts-node? #1272
Answered
by
cspotcode
gerardolima
asked this question in
Q&A
-
I like |
Beta Was this translation helpful? Give feedback.
Answered by
cspotcode
Mar 10, 2021
Replies: 1 comment
-
Typically this will be done by updating the npm scripts to use ts-node, rather than asking ts-node to invoke npm Also, this might help: This env var can be used to install ts-node into any node process that receives it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cspotcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typically this will be done by updating the npm scripts to use ts-node, rather than asking ts-node to invoke npm
Also, this might help:
#1182
This env var can be used to install ts-node into any node process that receives it: