在mac电脑上配置React Native环境时,第一步安装Homebrew包管理器时候出现Warning: /usr/local/bin is not in your PATH.如图:

Mac电脑使用终端安装Homebrew时出现Warning: /usr/local/bin is not in your PATH.

解决方法为在终端输入如下命令: 

export PATH=/usr/local/bin:$PATH

相关文章:

  • 2022-01-15
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
猜你喜欢
  • 2021-09-08
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-09-04
  • 2021-11-03
相关资源
相似解决方案