pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.19k stars 52 forks source link

Use npm instead of yarn if yarn in unavailable #31

Closed t-ricci-enhancers closed 2 years ago

t-ricci-enhancers commented 4 years ago

/bin/sh: yarn: command not found

it should first detect if yarn is installed, otherwise clean npm cache instead

pmadruga commented 3 years ago

I'm not really a yarn user but a PR would be more than welcome!

pmadruga commented 2 years ago

This has been implemented.