diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 306099471a..d7c5f139bb 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -2,7 +2,7 @@ ::: warning Warning regarding Previous Versions The package name changed from `vue-cli` to `@vue/cli`. -If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you need to uninstall it first with `npm uninstall vue-cli -g` or `yarn global remove vue-cli`. +If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you need to uninstall it first with `npm uninstall @vue/cli -g` or `yarn global remove vue-cli`. ::: ::: tip Node Version Requirement