From 45a966621746f9d2c9e8a91fc1b17f75d97033de Mon Sep 17 00:00:00 2001 From: QingDeng Date: Tue, 23 Jul 2019 09:54:39 +0800 Subject: [PATCH] docs(quickstart): npm version for npm init command (#3836) --- docs/source/en/intro/quickstart.md | 2 +- docs/source/zh-cn/intro/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/intro/quickstart.md b/docs/source/en/intro/quickstart.md index eae8556a59..0943251a10 100644 --- a/docs/source/en/intro/quickstart.md +++ b/docs/source/en/intro/quickstart.md @@ -12,7 +12,7 @@ By following along with this guide step by step, you can quickly get started wit ## The Quick Way To begin with, let's quickly initialize the project by using a scaffold, -which will quickly generate some of the major pieces of the application. +which will quickly generate some of the major pieces of the application (`npm >=6.1.0`). ```bash $ mkdir egg-example && cd egg-example diff --git a/docs/source/zh-cn/intro/quickstart.md b/docs/source/zh-cn/intro/quickstart.md index bce671d86e..0437d9b81d 100644 --- a/docs/source/zh-cn/intro/quickstart.md +++ b/docs/source/zh-cn/intro/quickstart.md @@ -10,7 +10,7 @@ title: 快速入门 ## 快速初始化 -我们推荐直接使用脚手架,只需几条简单指令,即可快速生成项目: +我们推荐直接使用脚手架,只需几条简单指令,即可快速生成项目(`npm >=6.1.0`): ```bash $ mkdir egg-example && cd egg-example