Skip to content

Commit

Permalink
[docs] add note about babel cache to upgrade guide (#778)
Browse files Browse the repository at this point in the history
for details see #759
  • Loading branch information
anru authored and JoelMarcey committed Jun 15, 2018
1 parent 5969576 commit 850e300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 850e300

Please sign in to comment.