From c3fe71200f0ac5fa41e1008753bd8b64cd8b2eeb Mon Sep 17 00:00:00 2001 From: Gorgulij <44435511+gorgulij@users.noreply.github.com> Date: Sat, 25 May 2019 22:15:56 +0900 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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