From 3bb2a56ab4b1dd6936992e693d5cdd7eba7d55b7 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 16 Feb 2022 15:57:41 +0800 Subject: [PATCH] docs: note that the version number must not be omitted --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5