application-amicale/clear-node-cache.sh

2 lines
115 B
Bash
Raw Normal View History

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