【发布时间】:2019-08-26 08:02:37
【问题描述】:
请参阅随附的屏幕截图。我无法在本地创建 Rails 应用程序。之前发布过类似的查询 https://stackoverflow.com/questions/44510632/bundle-install-unable-to-execute-usr-local-bin-bundle-no-such-file-or-directo
依赖 tzinfo-data (>= 0) 将不会被 Bundler 安装的任何平台使用。 Bundler 正在为 ruby 安装,但依赖项仅适用于 x86-mingw32、x86-mswin32、x64-mingw32、java。要将这些平台添加到捆绑包中,请运行 bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java。
尝试写入时出错
/home/vishnu/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions。您可能需要授予 write
该路径的权限。
运行 bundle exec spring binstub --all
捆绑器:找不到命令:弹簧
使用bundle install 安装缺少的 gem 可执行文件
vishnu@vishnu-Inspiron-3543:~$ 捆绑安装
找不到 Gemfile
vishnu@vishnu-Inspiron-3543:~$ bundle exec spring binstub --all
找不到 Gemfile 或 .bundle/ 目录
【问题讨论】:
-
请张贴文字——那是文字,图片难以阅读。
-
请把文字贴上红色。图片不清晰
-
很抱歉给您带来不便
标签: ruby-on-rails ruby