-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Cannot build on @nestia/[email protected] #994
Comments
Reproducible repo? |
@samchon |
음.. Not works
Works
|
Traveled your code, and found the reason. At first, you have to setup The second problem is, as you've written like above comment, the dynamic module importing by location path no more works. NestJS application module is blocking it. Therefore, I also need to take a major update that allowing only function typed input configurion like About the second problem, I'll take a major update ASAP. |
@samchon I'am trying with
but got error in my project at
do you know any solution? |
Then try to find another way to keep the dynamic controller importing way by location path.
|
Upgrade to Thanks for reporting. |
Fix #994: when `INestiaConfig.input` is not application, but controller path(s).
Bug Report
Summary
Write a short summary of the bug in here.
Write detailed description in here.
nestia.config.ts
@nestia/[email protected] works but not 3.11.0
nestia sdk generate dead
(before logging "Analyzing reflections")
Code occuring the bug
/* Demonstration code occuring the bug you're reporting */
Write the demonstration code occuring the bug you're reporting.
However, as the
nestia
is not a typical library who being used by theimport
statement but a executable program generating the SDK (Software Development Kit), it would be difficult to describe the bug with only the demonstration code.In that case, you'd better to make a demonstration project occuring the bug to report. After the demonstration repository composition, fill the below
bash
script section. Of course, if you can describe the bug clearly, without the demonstration project construction, just skip it. Creating the demonstration repository is not essential.git clone https://github.com/someone/nestia-bug-report-xxx cd nestia-bug-report-xxx npx nestia sdk
The text was updated successfully, but these errors were encountered: