美文网首页
watchman无法安装的解决方法

watchman无法安装的解决方法

作者: 厉害了我的國 | 来源:发表于2016-12-13 01:00 被阅读0次

在配置React Native时安装watchman会出现如下错误:

  • “Error: You must brew link autoconf automake before watchman can be installed”

解决方法,在终端中输入:

brew link autoconf
brew link automake
brew install watchman

操作截图:


相关文章

网友评论

      本文标题:watchman无法安装的解决方法

      本文链接:https://www.haomeiwen.com/subject/zoevmttx.html