Problem when installing SASS

Asked

Viewed 472 times

2

I downloaded RUBY and installed myself paying attention to "Add Ruby Executable to your PATH"

Then I installed the GEM, after that I try to install the SASS but I get the following error as in the image.

The version of my Ruby and GEM are in the image, SASS does not install.

inserir a descrição da imagem aqui

3 answers

1

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

You are not signed in. Login or sign up in order to post.