mattboldt Fix undefined package_json during Yarn install (#676)
7d8baa7 Nov 29, 2023
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
7d8baa7