application-amicale/clear-node-cache.sh

1 line
115 B
Bash
Executable file

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