Skip to content

Instantly share code, notes, and snippets.

@andyklimczak
Last active May 28, 2024 21:03
Show Gist options
  • Save andyklimczak/9ff07bb2ec1ebfe82be2098094b38848 to your computer and use it in GitHub Desktop.
Save andyklimczak/9ff07bb2ec1ebfe82be2098094b38848 to your computer and use it in GitHub Desktop.
Modern Front-End Development for Rails, Second Edition notes

Error install nior4 and html_tokenizer. Use this:

bundle config build.nio4r --with-cflags="-Wno-incompatible-pointer-types"
bundle config build.html_tokenizer --with-cflags="-Wno-incompatible-pointer-types"
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment