Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/gatsby-cli/src/structured-errors/error-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ const errors = {
},
"11902": {
text: (context): string =>
`We encountered an error while trying to compile your site's ${context.configName}. Please fix the error and try again.`,
`We encountered an error while trying to compile your site's ${context.configName}. Check the current limitations (https://gatsby.dev/ts-limitations), fix the error, and try again.`,
level: Level.ERROR,
type: Type.COMPILATION,
category: ErrorCategory.USER,
Expand Down