简体   繁体   中英

Make sure that `gem install nokogiri -v '1.6.6.4'` succeeds before bundling. ERROR

I try to Create Rails Apps but i keep getting this error with nokigiri. Did anyone had this issue before ?

Make sure that `gem install nokogiri -v '1.6.6.4'` succeeds before bundling.
         run  bundle exec spring binstub --all

i tried to install the gem but still no improvement. Here's a screenshot: 在此处输入图片说明

Try:

xcode-select --install

Also, Nokogiri requires libiconv , so you may need to install it and install the gem again with options --with-iconv-lib and/or --with-iconv-include specified.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM