react-rails icon indicating copy to clipboard operation
react-rails copied to clipboard

Add package_json Gem requirement into migration doc

Open GabrielLidenor opened this issue 11 months ago • 0 comments

Summary

package_json is a required gem for react_on_rails, if you don't have it in your Gemfile you will face the following error:

/Users/your_user/.rbenv/versions/3.3.6/lib/ruby/3.3.0/bundled_gems.rb:69:in require': cannot load such file -- package_json (LoadError)

Other Information

N/A

Pull Request checklist

  • [ ] Add/update test to cover these changes
  • [X] Update documentation
  • [ ] Update CHANGELOG file

GabrielLidenor avatar Jan 02 '25 00:01 GabrielLidenor