guard/guard-compass

Errors while installing in fresh environment

Opened this issue · 0 comments

Running gem install guard-compass, I get the following results.

 While executing gem ... (Gem::ImpossibleDependenciesError)
    guard-2.5.1 requires listen (~> 2.6) but it conflicted:
  Activated listen-2.7.1 instead of (~> 1.1.0) via:
    compass-1.0.0.alpha.19, guard-compass-1.1.0

I don't have Listen 2.6 as none of my other gems require it. I can install it though I think, so that's not an issue, but just wanted to mention this error none the less.

edit: I have 3-4 versions of listen installed, and I'm still getting the same error.

edit: running bundle install, I was able to get guard-compass installed.