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
I'm trying to migrate from ts-node to tsx in an existing project, but I'm struggling with one particular case. We use a library to run SQL migration scripts and here's how they recommend running with ts-node:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to migrate from
ts-node
totsx
in an existing project, but I'm struggling with one particular case. We use a library to run SQL migration scripts and here's how they recommend running withts-node
:(cf. https://salsita.github.io/node-pg-migrate/#/transpiling?id=use-global-configuration-1)
I tried running
tsx node_modules/.bin/node-pg-migrate -j ts
but I get:Is there a way around this limitation?
Beta Was this translation helpful? Give feedback.
All reactions