标签: react-native
我在这里附加了我的错误的图片。我的应用程序正常运行。然后没有任何代码更改,我遇到了这个问题。尝试了不同的方法。但无法解决此问题。我也清除了守卫。但是我没有为我工作。有人可以帮助我吗?
答案 0 :(得分:1)
最后找到了解决方案。 要解决此问题,请尝试以下操作: 清晰的守望者手表:watchman watch-del-all。 删除node_modules文件夹:rm -rf node_modules && npm install。 重置打包程序缓存:rm -fr $TMPDIR/react-*或npm start --reset-cache。
最后找到了解决方案。
要解决此问题,请尝试以下操作:
清晰的守望者手表:watchman watch-del-all。
watchman watch-del-all
删除node_modules文件夹:rm -rf node_modules && npm install。
node_modules
rm -rf node_modules && npm install
rm -fr $TMPDIR/react-*
npm start --reset-cache