application-amicale/clear-node-cache.sh

1 行
115 B
Bash
可执行文件

rm -rf node_modules/ && rm -f package-lock.json && rm -f yarn.lock && npm cache verify && npm install && expo r -c