Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix undefined package_json during Yarn install #676

Merged
merged 1 commit into from
Nov 29, 2023

Commits on Nov 26, 2023

  1. Fix undefined package_json during Yarn install

    When running rails stimulus_reflex:install on a new Rails app using
    Yarn, 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
    stimulusreflex#655
    mattboldt committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    34a75d2 View commit details
    Browse the repository at this point in the history