Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs(bridge): advice to stop dev server before upgrade (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofiorani authored Jan 11, 2022
1 parent 69309c9 commit 387f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/3.bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 387f64a

Please sign in to comment.