Install SASS using gem on Windows 8

前端 未结 3 1942
庸人自扰
庸人自扰 2021-01-14 01:48

I am trying to install SASS on Windows 8 x64, but still getting errors, even when my firewall is switched off.

I make this command:

         


        
相关标签:
3条回答
  • 2021-01-14 02:31

    Problem solved

    Even if Norton Security was disabled, Windows firewall was disabled, still was getting this error. After uninstalling Norton Security it worked.

    0 讨论(0)
  • 2021-01-14 02:38

    Try running your console with administrative privileges.

    0 讨论(0)
  • 2021-01-14 02:44

    This is work for me. Try this...

    gem source -a http://rubygems.org/

    answer y to the question "Do you want to add this insecure source?"

    then you can use command...

    gem install sass

    • good luck, guy!
    0 讨论(0)
提交回复
热议问题