繁体   English   中英

使用 Homebrew 安装 node 和 watchman 时出错

[英]Error while installing node and watchman using Homebrew

来自我的终端的错误消息的屏幕截图

我正在尝试为应用程序开发人员设置 React Native 环境。 我成功下载了 homebrew,但我无法使用以下命令安装 watchman 或 node:

brew install node
brew install watchman

看起来您的 Homebrew 目录可能存在权限问题。 您是否尝试过运行推荐的命令来尝试解决您的问题?

$ Error: /ur/local/Homebrew is not writable. You should change the ownership and permissions of /us/local/Homebrew back to your user account:
sudo chown -R $(whoami) /usr/local/Homebrew

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM