mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Add more info
This commit is contained in:
parent
451c521db2
commit
7e19a8214f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user