forked from vergnet/application-amicale
2 lines
115 B
Bash
2 lines
115 B
Bash
|
rm -rf node_modules/ && rm -f package-lock.json && rm -f yarn.lock && npm cache verify && npm install && expo r -c
|