You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/05/21 05:13:35 UTC

[2/3] incubator-weex-site git commit: Have a white space between npm and @latest

Have a white space between npm and @latest

`npm install npm@ latest -g` shouldn't have a white space between npm and @latest, and changes to `npm install npm@latest -g`

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d64cfbe8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d64cfbe8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d64cfbe8

Branch: refs/heads/master
Commit: d64cfbe811cb6b262941d2707714fd99f07462f6
Parents: ecb64a3
Author: shushu <12...@qq.com>
Authored: Fri May 18 16:01:22 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Fri May 18 16:01:22 2018 +0800

----------------------------------------------------------------------
 source/guide/set-up-env.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d64cfbe8/source/guide/set-up-env.md
----------------------------------------------------------------------
diff --git a/source/guide/set-up-env.md b/source/guide/set-up-env.md
index ceb8142..f0959cb 100644
--- a/source/guide/set-up-env.md
+++ b/source/guide/set-up-env.md
@@ -23,7 +23,7 @@ $ nvm use 6.10.0
 
 And `npm` comes with Node.js, with which you can install the Weex command line tools.
 
-> **NOTE: ** After upgrading the `weex-toolkit` to v1.0.8, the `npm-shrinkwrap.json` npm 5 specification has been added to lock the package dependencies, it is needed to upgrade your npm version to 5 above by command: `npm install npm @latest -g` if your version is lower than this, please check your npm version before using it.
+> **NOTE: ** After upgrading the `weex-toolkit` to v1.0.8, the `npm-shrinkwrap.json` npm 5 specification has been added to lock the package dependencies, it is needed to upgrade your npm version to 5 above by command: `npm install npm@latest -g` if your version is lower than this, please check your npm version before using it.
 
 Run the following commands in a terminal: