diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index 4e39212f4f..6ea30f6a2e 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -95,3 +95,5 @@ or ``` npm update docusaurus ``` + +> If you are finding that you are getting errors after your upgrade, try to either clear your Babel cache (usually it's in a [temporary directory](https://babeljs.io/docs/en/babel-register/#environment-variables) or run the Docusaurus server (e.g., `yarn start`) with the `BABEL_DISABLE_CACHE=1` environment configuration.