GitHub user shushu2013 opened a pull request:
https://github.com/apache/incubator-weex-site/pull/153
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`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shushu2013/incubator-weex-site patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex-site/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
commit d64cfbe811cb6b262941d2707714fd99f07462f6
Author: shushu <1252093436@...>
Date: 2018-05-18T08:01:22Z
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`
----
---