https://github.com/wilddylan/reactnativerepairmacosx
Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到
https://github.com/wilddylan/reactnativerepairmacosx
Last synced: about 2 months ago
JSON representation
Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到
- Host: GitHub
- URL: https://github.com/wilddylan/reactnativerepairmacosx
- Owner: wilddylan
- License: mit
- Created: 2018-09-05T05:54:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T05:59:40.000Z (almost 8 years ago)
- Last Synced: 2025-08-10T12:35:10.083Z (10 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactNativeRepairMacOsX
Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到
```shell
$ cp RepairReactNative.sh ~/xxx/xxx/your/react/native/project/dir/
$ chmod +x RepairReactNative.sh
$ ./RepairReactNative.sh
```
> 放到项目根目录下