-
Notifications
You must be signed in to change notification settings - Fork 411
Error in compilation: TS2430: Interface 'GqlModuleOptions' incorrectly extends interface Pick<....> #106
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
Comments
Have this problem in linux,but windows nothing. |
Having the same problem on Windows. Any idea? |
same problem here |
the quick fix is: import { Type } from '@nestjs/common'; |
same issue, Mac |
the issue seems to only happen in version 5.5.0 you can set these to 5.4.0:
no this compiles for me. the issue that @workoo refers to is the true culprit and this package should look to upgrade from |
@sgraham785 It works. Thanks. But I this issue should be kept opened. |
Should be fixed in 5.5.1 |
I still get this error in 5.5.1 |
No fix, why should I close it? |
It should not be closed. |
I have just published 5.5.2 Could you check now? |
Already fixed |
It's fixed. So, this bug can be closed. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm submitting a...
Current behavior
I try using
npm run prestart:prod
to compile code and get the errorEnvironment
tsconfig.json
For Tooling issues:
The text was updated successfully, but these errors were encountered: