From 96ff4206f03d082de535f91ab7c8f34d25798660 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 24 Sep 2021 22:39:14 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update=20(m?= =?UTF-8?q?arkdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index fa6c728..cb846b6 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -16,6 +16,9 @@ PS: For every new release, it takes some time to build the docker image, please ## 🆙 💪🏻 Without Docker ```bash +# Update your npm to the latest version +npm install npm -g + cd git fetch --all git checkout 1.7.0 --force