mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: update specified Nuxt 2 version in migration guide (#21699)
This commit is contained in:
parent
e00beddad6
commit
f380be910e
@ -19,8 +19,8 @@ Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 a
|
|||||||
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:
|
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]
|
```diff [package.json]
|
||||||
- "nuxt": "^2.15.0"
|
- "nuxt": "^2.16.3"
|
||||||
+ "nuxt": "^2.16.0"
|
+ "nuxt": "^2.17.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, reinstall your dependencies:
|
Then, reinstall your dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user