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
@dwilt
Copy link

dwilt commented May 29, 2018

@EQuimper 💪

@varqasim
Copy link

<3

@Monique1129
Copy link

how about in Linux?

@melitus
Copy link

melitus commented Sep 6, 2018

@Monique1129. Linux uses inotify. You can look at this link: https://facebook.github.io/watchman/docs/install.html

@surajl11
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

@muhammadsr
Copy link

I spent 2 hours last night because of a cache issue. Thank you for this. It has helped

@shinriyo
Copy link

I hope it includes in project of ReacrNative.

@Falconiere
Copy link

Thank you!

@thalesf
Copy link

thalesf commented Jan 27, 2019

Thank you!

@Jullib
Copy link

Jullib commented Apr 8, 2019

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(((

@wilsonjuniordeveloper
Copy link

Thank you

@mariah123
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

@jamiemetca
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

https://facebook.github.io/watchman/docs/install.html

Currently has beta status for Windows but can be installed. Not yet followed the guide myself.

@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