hey I saw you guys got fixes for node images for this yarn issue but it’s still not working on ruby:node-latest and I honestly don’t really know what to do.
#!/bin/bash -eo pipefail
bundle exec yarn install
bundler: failed to load command: yarn (/home/circleci/circleci-demo-ruby-rails/vendor/bundle/ruby/2.5.0/bin/yarn)
Gem::Exception: can’t find executable yarn for gem yarn. yarn is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/rubygems_integration.rb:458:in block in replace_bin_path' /usr/local/lib/ruby/site_ruby/2.5.0/bundler/rubygems_integration.rb:478:in
block in replace_bin_path’
/home/circleci/circleci-demo-ruby-rails/vendor/bundle/ruby/2.5.0/bin/yarn:23:in `<top (required)>’
Exited with code 1