Replies: 1 comment 2 replies
-
I have the same problem with nestjs. This is not a solution, but for now I'm running the JS compiled file instead TS files. This is my executing command in my package file:
|
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a seed with the CLI with the following code:
But I'm getting this error:
It seems to me that the CLI can't recognize absolute imports. How can I make this work without having to convert all my entities into relative imports?
I'm trying to run the seeds by executing this script in my package.json:
Beta Was this translation helpful? Give feedback.
All reactions