react-native开发中遇到的watchman问题终极解决办法
注意:本人系统是mac, windows系统未经测试!
$brew uninstall pcre
在重新安装
1、卸载所有已安装的watchman:brew uninstall --force watchman
2、删除watchman相关文件:rm -rf /usr/local/var/run/watchman/
3、重启下终端
4、重新安装watchman:brew install watchman
如果出现权限问题,就执行此行,否则不需要sudo chown -R `whoami` /usr/local
brew postInstall watchman
网友评论