Skip to content

Is it possible to exec npm script using ts-node? #1272

Answered by cspotcode
gerardolima asked this question in Q&A
Discussion options

You must be logged in to vote

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:

NODE_OPTIONS="-r ts-node/register"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cspotcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants