如何使用二进制源在OSX上安装react-native?

时间:2017-05-15 05:32:26

标签: macos react-native package-managers watchman

我正在尝试在osx中​​安装react-native。为此,我在我的机器上安装watchman。但是,我不使用portbrew

这就是我所做的。

  1. 安装libtool-2.4.6
  2. 安装automake-1.9autoconf-2.69
  3. 安装glib-2.52.2
  4. 现在,当./autogen.sh glibaclocal: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

    是否有其他方法可以在没有watchmanbrew的OSX上安装port(或brew)。

    仅供参考,我知道brew如何方便,但我不喜欢自动管理包。对我而言,portpdf-reader似乎是一种插件,而不是必需的 - 所以我不想使用它们。

1 个答案:

答案 0 :(得分:0)

我想用源文件方式安装它,但它看起来像无意义的阻力。我确实安装了brew。 :(

您可以使用watchman安装npm install -g watchman但不起作用。安装时可以,但是当您运行react-native时,EMFILE会出错。

如果您知道如何解决此问题,请回复。(表示不使用包管理器)