Skip to content

Commit 42cfbcf

Browse files
authored
Update installation.md
@2 prefix has to be specified, otherwise v3 gets installed
1 parent 9f5f747 commit 42cfbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ NPM is the recommended installation method when building large scale application
7171

7272
``` bash
7373
# latest stable
74-
$ npm install vue
74+
$ npm install vue@2
7575
```
7676

7777
## CLI

0 commit comments

Comments
 (0)