Add more info

This commit is contained in:
Jim LAURIE 2019-10-29 21:05:45 +01:00
parent 451c521db2
commit 7e19a8214f

View File

@ -62,6 +62,10 @@ For example moving from `3.0.0-beta.16` to `3.0.0-beta.17`
Then run either `yarn install` or `npm install` to install the specified version.
::: note
If the operation doesn't work, you should probably remove your `yarn.lock` or `package-lock.json`. And if it still not work let's run the hard mode `rm -Rf node_modules`
:::
## Building your administration panel
New release can introduces changes to the administration panel that require a rebuild.
@ -69,7 +73,7 @@ New release can introduces changes to the administration panel that require a re
Start by deleting your current build:
```bash
rm -rf ./build
rm -rf build
```
Build the administration panel:
@ -80,6 +84,10 @@ yarn build
npm run build
```
::: note
If the operation doesn't work, you should probably remove the `.cache` folder too.
:::
## Migration guides
Sometimes Strapi introduces changes that need more than just the previous updates.