mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update to nuxt 2.16.0 in bridge installation (#18836)
This commit is contained in:
parent
7d6fed8027
commit
3692ec3ce9
@ -16,11 +16,11 @@ Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 a
|
||||
|
||||
## Upgrade Nuxt 2
|
||||
|
||||
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`:
|
||||
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 2 version:
|
||||
|
||||
```diff [package.json]
|
||||
- "nuxt": "^2.15.0"
|
||||
+ "nuxt-edge": "latest"
|
||||
+ "nuxt": "^2.16.0"
|
||||
```
|
||||
|
||||
Then, reinstall your dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user