[루비 온 레일] gem install nokogiri -v '1.6.8.1'실패
먼저 실행하십시오. xcode-select --install 그런 다음 번들 설치를 다시 실행하십시오. 참조 : https://github.com/sparklemotion/nokogiri/issues/1483 ------------------- @the_basterd의 추천을 시도했습니다. 작동하지 않았지만 참조는 좋았습니다. the_basterd에게 감사드립니다. 그 참조에서 효과가 있었던 것은 다음과 같습니다. brew install libxml2 bundle config build.nokogiri --use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2 참조 : https://github.com/sparklem..
카테고리 없음
2021. 2. 20. 16:45