-1

I getting an issue working with sass from yesterday so i uninstalled sass and compass

This was command

gem uninstall sass
gem uninstall compass

After that I tried to install again to get a new version of sass and compass

gem install sass
gem install compass

But I am getting failed message enter image description here

My questions are : How can i re install ? and what is the real issue I am facing ?

ShibinRagh
  • 6,530
  • 4
  • 35
  • 57

1 Answers1

1
gem update --system
gem update
gem list

Check package version Compass - 1.0.1 sass - 3.4.9