From: Haoqun Jiang Date: Wed, 16 Feb 2022 07:57:41 +0000 (+0800) Subject: docs: note that the version number must not be omitted X-Git-Tag: v3.1.7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb2a56ab4b1dd6936992e693d5cdd7eba7d55b7;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: note that the version number must not be omitted --- diff --git a/README.md b/README.md index 0193865e..b68bb030 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ Or, if you need to support IE11, you can create a Vue 2 project with: ```sh npm init vue@2 ``` + +Note that the version number (`@3` or `@2`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.