You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'
succeedsbefore bundling.
and when i run gem
install nokogiri -v '1.6.6.2'
i get thisFetching: 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.
The text was updated successfully, but these errors were encountered: