mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs(bridge): advice to stop dev server before upgrade (#2622)
This commit is contained in:
parent
69309c9c0f
commit
387f64adc8
@ -17,7 +17,7 @@ Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 a
|
||||
|
||||
## Upgrade Nuxt 2
|
||||
|
||||
Remove any package lock files (`package-lock.json` and `yarn.lock`) and use the latest `nuxt-edge`:
|
||||
Make sure your dev server (`nuxt dev`) isn't running, remove any package lock files (`package-lock.json` and `yarn.lock`), and install the latest `nuxt-edge`:
|
||||
|
||||
```diff [package.json]
|
||||
- "nuxt": "^2.15.0"
|
||||
|
Loading…
Reference in New Issue
Block a user