-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
error TS1005: '?' expected - in apollo client v 3.5.10 #11313
Comments
I'm very sorry to say that, but you are working with a very outdated environment and all your tools and libraries are years behind and unsupported by their respective maintainers at this point. You are using the caret ( There is a good chance that some part of your build environment is not able to parse a newer release of Apollo Client as there might e.g. newer TypeScript syntax in there that might not be supported by the TypeScript version you have installed. Your best chance is probably to slowly increase your other tooling versions until it works again. |
Thanks for the quick reply. |
Just keep in mind that doing this could also mean that you e.g. accidentally downgraded from |
Either way, I think there's nothing really actionable from our side, so I'm closing this issue. I hope you get this resolved as good as possible :) |
Something in our setup is outdated and is not compatible with the latest @apollo/client version See apollographql/apollo-client#11313 for a similar situation This reverts commit 74f214c.
Something in our setup is outdated and is not compatible with the latest @apollo/client version See apollographql/apollo-client#11313 for a similar situation This reverts commit 74f214c.
Something in our setup is outdated and is not compatible with the latest @apollo/client version See apollographql/apollo-client#11313 for a similar situation This reverts commit 74f214c.
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. |
Issue Description
I am using apollo client v 3.5.10
currently facing issue with jenkins build:
error:
Everything was working till few days back and suddenly started getting this issue.
there is no change in build environment.
maven buil env:
package.json
what could be the issue?
Link to Reproduction
NA
Reproduction Steps
No response
The text was updated successfully, but these errors were encountered: