1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 15:45:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

add --save-exact

This commit is contained in:
sunnylqm
2016-07-29 12:27:53 +08:00
committed by GitHub
parent da7752fb73
commit 51e14cb3fd

View File

@@ -24,7 +24,7 @@ $ rnpm link react-native-update
如果你的react-native版本小于或等于0.26,第二句请修改为 如果你的react-native版本小于或等于0.26,第二句请修改为
```bash ```bash
$ npm install --save react-native-update@1.0.x $ npm install --save --save-exact react-native-update@1.0.x
``` ```
* 注意 * * 注意 *