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
I upgraded my rails from sprockets to propshaft. When compiling assets I'm getting an error saying files cannot be found for anything installed via yarn.
Ran into this issue today. cssbundling-rails seems to not know about Yarn 4's Plug n Play default node linker. I changed this to the node-modules option and got this to pass. I'll watch this issue to see if there are any updates for supporting the Yarn PNP linker.
Here's the line to add to the .yarnrc.yml file if you're interested in doing the same:
I upgraded my rails from sprockets to propshaft. When compiling assets I'm getting an error saying files cannot be found for anything installed via yarn.
error
app/assets/stylesheets/application.bootstrap.scss
.pnp.cjs
The text was updated successfully, but these errors were encountered: