slimを使えるようになりたい 初心者です
解決したいこと
ここに解決したい内容を記載してください。
erb2slimコマンドを使いSlimに変更したい
発生している問題・エラー
bundler: failed to load command: erb2slim (/Users/yama/.rbenv/versions/2.5.1/bin/erb2slim)
.....
: from /Users/yama/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/bundler-2.2.11/lib/bundler/rubygems_integration.rb:390:in `block in replace_bin_path'
/Users/yama/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/bundler-2.2.11/lib/bundler/rubygems_integration.rb:362:in `block in replace_bin_path': can't find executable erb2slim for gem html2slim. html2slim is not currently included in the bundle, perhaps you meant to add it to your Gemfile? (Gem::Exception)
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
該当するソースコード
bundle exec erb2slim app/views/layouts/ --delete
自分で試したこと
正直どこの部分がエラーなのかよくわかっておらず
bundler: failed to load command: erb2slim
で検索をして
https://qiita.com/okhrt/items/72ccfd973fc2981599e1
こちらを参考にさせてもらい
bundle doctorをしましたら
The Gemfile's dependencies are satisfied
とかえってきました。