react-native捆绑包不起作用(完成但捆绑包项目无效)

时间:2019-04-29 11:24:33

标签: javascript react-native react-native-ios

我正在运行时正在开发一个React Native项目

npm start -- --reset-cache

react-native run-ios

打开终端Running Metro Bundler on port 8081.,操作完成 但是模拟并未捆绑项目带来旧版本。

我试图再次删除安装的node_modules和pod文件的方式相同,但仍然无法正常工作,我也尝试了清除捆绑包,但仍未捆绑我的项目?

有什么主意吗?

2 个答案:

答案 0 :(得分:0)

尝试

watchman watch-del-all

删除所有手表和相关触发器,link 。这应该可以工作,否则请尝试删除watchman并重新安装。 使用

brew uninstall watchman

brew install watchman

答案 1 :(得分:0)

watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start --reset-cache

只要您想清除RN项目中的所有缓存,就可以尝试使用上述脚本