docs: update to nuxt 2.16.0 in bridge installation (#18836)

This commit is contained in:
yesid 2023-02-06 17:41:31 -05:00 committed by GitHub
parent 7d6fed8027
commit 3692ec3ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: