-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Nest] Class constructor MixinStrategy cannot be invoked without 'new' #27
Comments
Hey guys. If you have same issue - i have solving.
Hope it works for you. |
Thanks for sharing your solution :) |
When I use hmr via the Nest docs and try to run the webpack server, I am still getting this error. Changing my |
Changing this fix the issue but then this code start throwing an error with typeorm many to many relationship error. The error it is giving is circular dependency issue. I am using nestjs and typeorm using nrwl extension |
changing my target to ES2019 solves the problem. Thank you, for sharing. |
Hello. Can you please direct me on right way of understanding this error.
And i got fail on string where "super (" is written
[Nest] Class constructor MixinStrategy cannot be invoked without 'new'
The text was updated successfully, but these errors were encountered: