We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm experiencing the error message below when i run next build:
next build
info - Linting and checking validity of types ..Failed to compile. ./node_modules/contentful/dist/types/types/query/index.d.ts:1:15 Type error: ',' expected. > 1 | export { type FieldsType, EntrySkeletonType, type ConditionalFixedQueries, type ConditionalListQueries, } from './util'; | ^ 2 | export * from './equality'; 3 | export * from './existence';
I'd be very grateful for any helpful response. Thanks
The text was updated successfully, but these errors were encountered:
experiencing the same error when using any contentful package above 9.3.5
Sorry, something went wrong.
same thing, any update?
I found the solution , I had a very old TS version (3.9 OMG!!!) in the project, and this upgrade needs ts 4.1 and above
No branches or pull requests
Hi,
I'm experiencing the error message below when i run
next build
:error
I'd be very grateful for any helpful response. Thanks
Environment
The text was updated successfully, but these errors were encountered: