Update guide.md
This commit is contained in:
parent
8841270a48
commit
ef39ca95f5
@ -19,19 +19,19 @@ $ rnpm link react-native-update
|
|||||||
|
|
||||||
`npm install -g react-native-update-cli rnpm`这一句在每一台电脑上仅需运行一次。
|
`npm install -g react-native-update-cli rnpm`这一句在每一台电脑上仅需运行一次。
|
||||||
|
|
||||||
> * 注意 *
|
* 注意 *
|
||||||
|
|
||||||
> 如果访问极慢或者显示网络失败,请使用淘宝镜像:
|
如果访问极慢或者显示网络失败,请使用淘宝镜像:
|
||||||
```bash
|
```bash
|
||||||
npm config set registry https://registry.npm.taobao.org
|
npm config set registry https://registry.npm.taobao.org
|
||||||
npm config set disturl https://npm.taobao.org/dist
|
npm config set disturl https://npm.taobao.org/dist
|
||||||
```
|
```
|
||||||
|
|
||||||
> * Windows平台请注意 *
|
* Windows平台请注意 *
|
||||||
|
|
||||||
> 1、你必须安装python 2.7以及一套C++环境(推荐VS2013或VS2015,VS2010及以前版本不可用)
|
1、你必须安装python 2.7以及一套C++环境(推荐VS2013或VS2015,VS2010及以前版本不可用)
|
||||||
|
|
||||||
> 2、如果使用VS2015,你需要设置`npm config set msvs_version 2015 --global`
|
2、如果使用VS2015,你需要设置`npm config set msvs_version 2015 --global`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user