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 dummy app's npm install failing on M1 Macs #26

Merged
merged 2 commits into from
Apr 19, 2023

Commits on Apr 10, 2023

  1. Bump Rails NPM package versions to match gems

    In order to solve the nodegyp situation, just bumped up the
    NPM package versions to match the gem versions and that got rid
    of the node-sass dependency and started picking up on using sass
    instead.
    aaron-contreras committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    414490b View commit details
    Browse the repository at this point in the history
  2. Add gcompat for nokogiri compatibility

    In order to use nokogiri on ARM architecture with an alpine
    image, we need gcompat as per this thread: https://stackoverflow.com/a/71014474
    aaron-contreras committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7d2568b View commit details
    Browse the repository at this point in the history