Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created June 16, 2017 16:17
Show Gist options
  • Select an option

  • Save EQuimper/a14c19461b7018dabca2dd6c3f123671 to your computer and use it in GitHub Desktop.

Select an option

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
@trajakovic
Copy link
Copy Markdown

@EQuimper thank you for this, helpful!!!

@dwilt
Copy link
Copy Markdown

dwilt commented May 29, 2018

@EQuimper 💪

@varqasim
Copy link
Copy Markdown

<3

@Monique1129
Copy link
Copy Markdown

how about in Linux?

@melitus
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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

@shinriyo
Copy link
Copy Markdown

I hope it includes in project of ReacrNative.

@Falconiere
Copy link
Copy Markdown

Thank you!

@thalesf
Copy link
Copy Markdown

thalesf commented Jan 27, 2019

Thank you!

@Jullib
Copy link
Copy Markdown

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
Copy Markdown

Thank you

@mariah123
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

Wheew...You saved a soul right now

@ashangrajapaksha
Copy link
Copy Markdown

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
Copy Markdown
Author

EQuimper commented Jul 6, 2020

watchman should be install with react-native

@EvandroNeris
Copy link
Copy Markdown

Thank a lot.

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