npx react-native@latest init 安装 Ruby gem 时出错

npx react-native@latest init error installing ruby gems

提问人:maciej_wiacek 提问时间:11/12/2023 更新时间:11/13/2023 访问量:38

问:

尝试在 M1 Mac 上创建 react native CLI 应用程序时,安装 Ruby Gems 时出错:

✖ Installing Ruby Gems
error There was an error while trying to write to
/Users/maciejwiacek/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions.61581.tmp.
It is likely that you need to grant write permissions for that path.
✖ Installing Ruby Gems
error Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/environment-setup?os=macos&platform=android and follow the React Native CLI QuickStart guide for macOS and iOS.

我尝试重新安装我的 macos、cocoapods、ruby 版本、自制软件、守望者等。

ruby react-native rubygems 反应原生

评论


答:

0赞 Martinocom 11/13/2023 #1

你有红宝石和椰荚吗?官方指南说,在某些情况下您需要使用。由于本指南,我正在使用 Ruby 版本管理器,但以前我只是用 完成我的工作,即使许多人不鼓励这种做法。sudosudo

评论

1赞 maciej_wiacek 11/13/2023
在有人告诉我之后,我决定从头开始重新安装所有东西。我确实使用了 macos 附带的 ruby 版本,我不得不通过自制软件安装 cocoapods。幸运的是,它解决了我的问题。我认为这些错误实际上是由于使用 sudo 安装 ruby 和/或 cocoapods 引起的。尽管如此,感谢您的帮助!