I am trying to install watchman in Ubuntu 17.10, to run npm run android
in command line to run React-Native in terminal.
I have tried sudo apt-get install -y autoconf automake build-essential python-dev
,
then when I run ./autogen.sh
, it throws this error:
./autogen.sh
pkg-config appears to be missing (not available to autoconf tools)
please install the pkg-config package for your system.
pkg-config
, as insudo apt install pkg-config
? – Zanna Apr 06 '18 at 19:28