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
Is your feature request related to a problem? Please describe.
When upgrading to v8, I ran into a small hiccup with an app that was using @tsed/swagger. In the constants file there is a reference to import.meta.dirname. This value is only available with Node versions > v21.2.0, v20.11.0 (reference). I just happened to be running Node 20.10.0 and this caused the app not to start.
Is your feature request related to a problem? Please describe.
When upgrading to v8, I ran into a small hiccup with an app that was using
@tsed/swagger
. In the constants file there is a reference toimport.meta.dirname
. This value is only available with Node versions > v21.2.0, v20.11.0 (reference). I just happened to be running Node 20.10.0 and this caused the app not to start.Describe the solution you'd like
Add somewhere on the docs site, maybe under https://tsed.dev/introduction/migrate-from-v7.html or https://tsed.dev/introduction/getting-started.html or note about minimum required Node versions? Maybe this already exists and I couldn't find it?
Describe alternatives you've considered
No response
Additional context
No response
Acceptance criteria
No response
The text was updated successfully, but these errors were encountered: