-
Notifications
You must be signed in to change notification settings - Fork 398
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
Crashed when use some of parameter decorators #16
Comments
please provide a minimal reproduce code sample |
I've run in to the same issue with the near-original
And the launcher (the server gets executed/listener started by ./bin/www):
The full error:
P.S.: I ❤️ this repo! 😃 P.P.S.: Instead of
I also tried
While the server now starts without complaining, |
this one is correct |
You're awesome @pleerock - thanks a bunch for the pointer. Mea culpa!
Like I said - this is a great project. As I'm transitioning to node from having worked with PHP MVCs for seven years, I'm really feeling at home now in the way I'm able to structure my code. |
thanks for solving this problem neither reflect-metadata nor tsc tells me about this option i think this issue could be closed now |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When I use
@Body()
,@Param()
,@QueryParam()
and etc, program will crash with this errorrouting-controllers 0.6.2
reflect-metadata 0.1.3
node 6.3.1
The text was updated successfully, but these errors were encountered: