react native surrender:使用npm或yarn清除Watchman删除node_modules并清除缓存的CLI脚本 源码
React本机投降 CLI脚本清除Watchman,删除node_modules并清除缓存和其他东西 目录 目录 安装 $ npm install -g react-native-surrender # OR $ yarn global add react-native-surrender 用法 $ surrender 相当于跑步 watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules && npm install && npm cache clean --force 在当前目录中。 (可选)您可以使用
文件列表
react-native-surrender-master.zip
(预估有个15文件)
react-native-surrender-master
.gitattributes
12B
.github
ISSUE_TEMPLATE
Feature_request.md
577B
Bug_report.md
834B
yarn.lock
49KB
commands
android.js
590B
rn.js
817B
暂无评论