railsにて最初のファイル作成の部分でエラーが起きており分からずお聞きしたいと思います。
ターミナルにてrails new 〇〇で作成しようと思った際にこのようなエラーが出ました。
全く分からない中bundleのインストールをしてみたり
sudoを付けてやり直したり
色々実行しましたが分かりませんでした。
どうすれば解決するか教えていただきたいと思います。
お手数ではありますがよろしくお願い致します。
$ rails new myapp Fetching bindex 0.8.1 Installing bindex 0.8.1 with native extensions Errno::EACCES: Permission denied @ dir_s_mkdir - /Users/shinichiro/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/extensions/x86_64-darwin-18/2.5.0-static/bindex-0.8.1 An error occurred while installing bindex (0.8.1), and Bundler cannot continue. Make sure that `gem install bindex -v '0.8.1' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: web-console was resolved to 4.0.1, which depends on bindex run bundle binstubs bundler Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. run bundle exec spring binstub --all bundler: command not found: spring Install missing gem executables with `bundle install` rails webpacker:install Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/10 12:48