-
Notifications
You must be signed in to change notification settings - Fork 761
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
When i update to 2.23.0 ,build failed #3176
Comments
Looks like related to following: |
Created new discussion on DefinitelyTyped/DefinitelyTyped#67032. Let's wait a bit for authors to fix it. |
To sum it up:
So if you're using TypeScript >5, you're just fine. If you use TypeScript >= 4 < 5, you have to use the overrides: "overrides": {
"swagger-client": {
"types-ramda": "0.29.4"
}
} Yarn resolutions is the mechanism of overrides specific to More info in: ramda/types#64 |
Related to swagger-api/apidom#3279 |
Issue explicitly addressed in swagger-api/apidom#3281 |
I was used in nestjs ,when i build ,it is failed
but ,before i was used 2.18.0 is working fine.
so how to fix this error ?
thanks
The text was updated successfully, but these errors were encountered: