-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] default template fails to run. #2995
Comments
After further testing i get the same error without selecting plugins. |
hello @zinootje Your issue seems to be related to Windows environment.
I haven't a Windows machine, it'll be complicated for me to fix that. But the problem seems located in the generated code, Ts.ED doesn't concat any path. |
You can also to start the server without nodemon: node --enable-source-maps --import @swc-node/register/esm-register src/index.ts |
@zinootje have you trying to debug the issue. Again I haven't a windows OS, so your help is needed. Try to isolate the problem, by comments lines in the index.ts, then uncomment until the bug occurs. See you |
Thanks for the followup. I got it working using ts-node |
Describe the bug
When initializing a new projectit fails to run. I found this trying to upgrade v7 to v8 when i couldn't get it working i tried a new project which also didn't work.
To Reproduce
run the @tsed/cli init and try to start the server. See code snippet for setting.
Expected behavior
Run without errors
Code snippets
Repository URL example
No response
OS
WIndows
Node version
v22.14.0
Library version
Latest from @tsed/[email protected]
Additional context
No response
The text was updated successfully, but these errors were encountered: