Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created June 16, 2017 16:17
Show Gist options
  • Save EQuimper/a14c19461b7018dabca2dd6c3f123671 to your computer and use it in GitHub Desktop.
Save EQuimper/a14c19461b7018dabca2dd6c3f123671 to your computer and use it in GitHub Desktop.
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
@maziar-tiari
Copy link

im new to this, where and how to execute the above command ,im getting watchman is not recognised as an internal or external command in command prompt,please help

I am too ((( How use it in Reac-Native without yarn? And write "watchman" - not internal or external
command executing a program or batch file.
I'm very sad(((

same here ... anybody help

same, help plz

@Vic-Orlands
Copy link

Wheew...You saved a soul right now

@ashangrajapaksha
Copy link

im new to this, where and how to execute the above command ,im getting watchman is not recognised as an internal or external command in command prompt,please help

same here.. how do this.

@EQuimper
Copy link
Author

EQuimper commented Jul 6, 2020

watchman should be install with react-native

@EvandroNeris
Copy link

Thank a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment