Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undefined package_json during Yarn install (#676)
When running `rails stimulus_reflex:install` on a new Rails app using Yarn & esbuild, the following error is raised: ``` --- [yarn] ---- rails aborted! NameError: undefined local variable or method `package_json' for #<Rails::Generators::AppGenerator... ``` Looks like it's a missing update from #655 ## Why should this be added Setup raises errors at the Yarn step
- Loading branch information