Install watchman for react native

Sagar Chauhan
2 min readFeb 5, 2020

--

Photo by Toa Heftiba on Unsplash

Though, the steps given at official Watchman steps are fairly easy to go by but I have still seen many people, just like me, struggling to install this piece of software.

Thus, I am listing the basic steps required to get watchman installed

Step 1 :

git clone https://github.com/facebook/watchman.git

Step 2 :

cd watchman/

Step 3 :

git checkout v4.9.0 // use v4.9.0

Step 4 :

sudo apt-get install -y autoconf automake build-essential python-dev libssl-dev libtool

Step 5 :

./autogen.sh

Step 6 :

./configure

Step 7 :

make

Step 8 :

sudo make install

That’s it. Your watchman has been installed. If you still face any difficulties, please checkout the official instructions at https://facebook.github.io/watchman/docs/install.html#buildinstall

Shameless Plug 🤪:

Hey everyone!

I’m excited to announce the launch of my first book, “Building Serverless Applications on AWS: A Step-by-Step Guide !”

Building Serverless Applications on AWS: A Step-by-Step Guide

You can get my book in multiple formats, including Kindle, paperback (both in India and internationally), and Gumroad.

So, whether you prefer a physical book or a digital copy, you can choose the format that works best for you.

If you wish to buy it, please use the link below:

About the book : https://bit.ly/about-my-book
Kindle : https://bit.ly/buy-kindle-version
Paperback India : https://bit.ly/buy-paperback-version-india
Gumroad : https://bit.ly/buy-on-gumroad
Paperback International : https://bit.ly/buy-paperback-version-international

I’m excited to hear what you think!

Until next time……

Feel free to follow me up on :

Twitter | LinkedIn | Github | Website

--

--

Sagar Chauhan
Sagar Chauhan

Written by Sagar Chauhan

Hustler | Geek | Bootstrapper | PolyMath

No responses yet