ts-node dont work #4049
-
Hello guys! I am using WebStorm as IDE and I need to use ts-node for debugging but when using ts-node I get the following error
I've tried a few things like running the global typescript instead of the project's locale, and the same thing for ts-node but it didn't work, does anyone have a solution? |
Beta Was this translation helpful? Give feedback.
Answered by
mikesaintsg
Feb 9, 2023
Replies: 1 comment
-
You'd want to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mkevison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd want to use
@adonisjs/assembler/build/register
in place ofts-node
, so you may want to run: