如何清除Windows上所有反应的缓存,文件在哪里



我找到了此文件夹:c: users \ appdata local temp temp metro-cache我可以删除吗?还有另一个反应新的缓存文件夹吗?

您可以尝试以下命令从窗口清除npm packager的缓存。

del %appdata%Tempreact-native-* & cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & npm install & npm start -- --reset-cache

在这里检查,

希望这对您有用:)

相关内容

  • 没有找到相关文章

最新更新