You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run bin/rails assets:precompile I get a Errno::ENOENT exception. Probably related to #40739.
Expected behavior
I expect the precompilation of assets to fallback to existing yarn when not found in bin directory.
Actual behavior
RUN RAILS_ENV=production bin/rails assets:precompile
rails aborted!
Errno::ENOENT: No such file or directory - /usr/src/app/bin/yarn
Tasks: TOP => assets:precompile => yarn:install
System configuration
Rails version: 6.1.0
Ruby version: 2.7.2
mukinabisserggl, mstr03, mukinabis, KevinBongart, dylanfisher and 3 more