Releases: hikerpig/foam-template-gatsby-kb
Releases · hikerpig/foam-template-gatsby-kb
Hello Gatsby V4
This is a template repository that does not generate any published packages. So release logs and tags are mainly used to keep in sync with the underlying gatsby theme gatsby-theme-kb.
To be compatible with Gatsby v4
Related issue #36
Some changes you need to apply to your site:
- Minimal Node.js version is now 14.15.0
- Upgrade your dependency to gatsby@latest
For plugin upgrade and more other details, please see Gatsy's official guide Migrating from v3 to v4 | Gatsby
Some common errors and fixes
.cache/loader.js: Missing class properties transform.
This is likely a Gatsby code generation cache issue.
You can fix it by the command below ( assuming you are using yarn
).
rm -rf yarn.lock node_modules && yarn