Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 307 Bytes

how-to-upgrade.md

File metadata and controls

10 lines (6 loc) · 307 Bytes

How to upgrade

Follow one of these steps to upgrade Gridsome to latest version.

  • With yarn run yarn upgrade gridsome --latest
  • With npm run npm install gridsome@latest

Problems after upgrading

If you have problems after upgrading try remove .cache folder and run yarn again.