mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-05 11:30:06 -05:00
Update migrating-from-v3 README typo (#4746)
Changed `--sav-dev` to `--save-dev`
This commit is contained in:
committed by
Haoqun Jiang
parent
17925c6ae6
commit
ae111393f2
@@ -224,7 +224,7 @@ It now requires `eslint`, `eslint-plugin-prettier` and `prettier` as peer depend
|
||||
For older projects, if you encountered issues like `Cannot find module: eslint-plugin-prettier`, please run the following command to fix it:
|
||||
|
||||
```sh
|
||||
npm install --sav-dev eslint@5 @vue/eslint-config-prettier@5 eslint-plugin-prettier prettier
|
||||
npm install --save-dev eslint@5 @vue/eslint-config-prettier@5 eslint-plugin-prettier prettier
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user