2
I managed to solve the problem..
I used in the CMD
Gem install -p http://[username]:[password]@proxy_ip:proxy_port [program]
And then it worked for installation of SASS and COMPASS
2
1
I managed to solve the problem..
I used in the CMD
Gem install -p http://[username]:[password]@proxy_ip:proxy_port [program]
And then it worked for installation of SASS and COMPASS
1
1 - Go no https://rubygems.org and download the Gems Sass
2 - Throw them to the root of the Ruby installation folder (usually in C: )
3 - Still in the Ruby folder, in the explorer’s address bar, type cmd . and then Enter, to open the Windows prompt right in this folder.
4 - Install the Sass
gem install sass
Check if they have been installed giving
sass -v
0
Use the command below:
gem sources -a http://rubygems.org/
accepted using y
then try again:
gem install sass
if not yet certain, try to downgrade the version of your ruby.
Browser other questions tagged css sass compass
You are not signed in. Login or sign up in order to post.