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
We only run the rake assets:precompile we don't run rake yarn:install. If you need that it's up to you to hook into the rake tasks chain. That's how gems like webpacker work, they enhance the rake task.
I get this error while building a Rails 7 application (that was upgraded from previous rails versions):
The problem is that you should run
rake yarn:install
BEFORErake assets:precompile
... otherwise some assets are not present.Can you fix this?
Note: I am using "heroku/buildpacks:20" because "heroku/buildpacks:22" does not exist here...
The text was updated successfully, but these errors were encountered: