-
Basically, Gatsby’s development server launched by Does anyone else have the same problem? |
Beta Was this translation helpful? Give feedback.
Answered by
kota65535
Apr 30, 2023
Replies: 1 comment 3 replies
-
which version are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured out the problem.
This is because of not Gatsby but the out-of-date gatsby-plugin-typescript-checker. Unfortunately, this plugin is not maintained for 4 years.
Instead of using it, I directly added the latest fork-ts-checker-webpack-plugin as a dependency and then modified
gatsby-node.ts
as follows:I think this suggestion should be noted in the type-checking section of gatsby-plugin-typescript…