1、在项目运行
react-native start或npm start卡住,没有运行下去,查看watchman version也卡住。
则卸载watchman:brew uninstall watchman ,
然后完全删除:rm -rf /usr/local/var/run/watchman/
再安装watchman:brew install watchman。
查看watchman version是否有输出。
1、在项目运行
react-native start或npm start卡住,没有运行下去,查看watchman version也卡住。
则卸载watchman:brew uninstall watchman ,
然后完全删除:rm -rf /usr/local/var/run/watchman/
再安装watchman:brew install watchman。
查看watchman version是否有输出。
本文标题:React-Native遇到的问题
本文链接:https://www.haomeiwen.com/subject/nftamttx.html
网友评论