gayanvirajith / harmony

A responsive Jekyll theme.
http://gayan.me/harmony
Other
224 stars 204 forks source link

why bundle not ask by 'sudo' for install nokogiri #10

Open kidchenko opened 9 years ago

kidchenko commented 9 years ago

Hi, i am not a ruby specialist, but i ran bundle install and i get this:

An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue. Make sure that gem install nokogiri -v '1.6.6.2' succeeds before bundling.

and when i run gem install nokogiri -v '1.6.6.2' i get this

Fetching: nokogiri-1.6.6.2.gem (100%) ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.

gayanvirajith commented 9 years ago

Hi Jose,

Did you try gem install nokogiri -v '1.6.6.2'?

Thanks

lnmunhoz commented 9 years ago

@kidchenko I had the same problem. Use this tutorial maybe can help you. It covers a lot of issues.

kidchenko commented 9 years ago

@gayanvirajith Yes i tried, It install nokogiri, but even so, harmony did not work for me @lnmunhoz, tank you for the help, I installed nokogiri

lvxiaoxin commented 7 years ago

@lnmunhoz Thank you for your link, it is very useful! I finally installed nokogiri.