Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove module and clear cache and install npm w expo

rm -rf node_modules/ && rm -f package-lock.json && rm -f yarn.lock &&
npm cache verify &&
npm install && expo r -c
 
PREVIOUS NEXT
Tagged: #remove #module #clear #cache #install #npm #expo
ADD COMMENT
Topic
Name
8+7 =