Error installing SASS on Windows 8

Asked

Viewed 234 times

1

ERROR: Could not find a Valid Gem 'Sass' (>= 0), here is Why: Unable to download data from https://rubygems.org/ - Ssl_connect returned=1 >Rrno=0 state=Sslv3 read server Certificate B: Certificate Verify failed >(https://api.rubygems.org/latest_specs.4.8.gz)

In the installation of the Google Web Starter Kit you need to install some components: Node, Ruby, Sass and Gulp. Among them what I cannot install is SASS.

1 answer

1

Note: First have Ruby installed, download here.

To successfully execute the SASS installation command follow the instructions below:

  1. Researching the Powershell

    On the windows 8 start screen, type the word "Windows Powershell" and click to run.

  2. Run Administrator mode

    With the Powershell open, right-click the powershell in the application taskbar, click "Execute as an administrator".

    That message will come out: You want to allow the following program to make changes on this computer? Clicking "YES"

  3. Add URL certificate confirmation

    Type in the Powershell:

    Gem sources -a http://rubygems.org

    This message will appear:

    https://rubygems.org is Recommended for security over http://rubygems.org Do you want to add this insecure source? [yn]

    Typo "Y", without quotation marks, to accept.

  4. Installing SASS by command line

    Type in the Powershell:

    Gem install Sass

    Ready! :)

Browser other questions tagged

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