dollaraday / dollaraday_template

DEPRECATED. A Ruby on Rails app template to make your own version of Dollar a Day.
MIT License
62 stars 18 forks source link

Error while installing nokogiri #3

Closed dhurimkelmendi closed 7 years ago

dhurimkelmendi commented 7 years ago

First of all, thank you very much for making the project open-source.

I have been trying to install the project on my machine(Ubuntu 16.04), but I get an error when running bundle install and I am unable to proceed. This is the error I get:

extconf failed, exit code 1

I am not sure whether this error comes as a result of the nokogiri gem, or the project, but I was unable to find any help on the internet. Thank you for your help!

dhurimkelmendi commented 7 years ago

seems like this error was related to my development environment(Ubuntu 16.04). Now that I've switched to OS X, I no longer encounter this issue. Sorry for the inconvenience