mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Merge pull request #3367 from strapi/doc/migration-beta
Update migration guide steps
This commit is contained in:
commit
3896b87288
@ -20,7 +20,10 @@ First, let's clean your project's dependencies and update its `package.json` fil
|
||||
|
||||
### Clean your `node_modules`
|
||||
|
||||
Start by deleting the `package-lock.json` or `yarn.lock` file. Then remove all your current `node_modules`:
|
||||
|
||||
```bash
|
||||
rm package-lock.json # OR rm yarn.lock
|
||||
rm -rf node_modules
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user