我正在尝试在osx中安装react-native
。为此,我在我的机器上安装watchman
。但是,我不使用port
或brew
。
这就是我所做的。
libtool-2.4.6
automake-1.9
,autoconf-2.69
glib-2.52.2
现在,当./autogen.sh
glib
上aclocal:configure.ac:72: warning: macro `AM_SILENT_RULES' not found in library
autoreconf: running: /usr/local/bin/autoconf --force
configure.ac:72: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:88: error: possibly undefined macro: AC_DEFINE
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
时,我正面临以下消息。
react-native
是否有其他方法可以在没有watchman
或brew
的OSX上安装port
(或brew
)。
仅供参考,我知道brew
如何方便,但我不喜欢自动管理包。对我而言,port
,pdf-reader
似乎是一种插件,而不是必需的 - 所以我不想使用它们。
答案 0 :(得分:0)
我想用源文件方式安装它,但它看起来像无意义的阻力。我确实安装了brew
。 :(
您可以使用watchman
安装npm install -g watchman
但不起作用。安装时可以,但是当您运行react-native
时,EMFILE
会出错。
如果您知道如何解决此问题,请回复。(表示不使用包管理器)