We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366208 commit c0529f1Copy full SHA for c0529f1
src/v2/guide/installation.md
@@ -71,7 +71,7 @@ NPM is the recommended installation method when building large scale application
71
72
``` bash
73
# latest stable
74
-$ npm install vue
+$ npm install vue@^2
75
```
76
77
## CLI
0 commit comments