Netbeans - installing SASS

前端 未结 4 707
一向
一向 2021-01-18 00:38

I have had a few attempts at installing SASS on netbeans. I have followed the following tutorial:

http://kgagliardo.com/blog/netbeans-sass-windows-7

I get t

4条回答
  •  孤独总比滥情好
    2021-01-18 01:09

    Your path environment variable points to the wrong folder

    Your Path to ruby is C:\Ruby193\bin

    Go back and edit your path environment variable to point to C:\Ruby193\bin . At the moment you have C:\Ruby\192\bin

    EDIT

    And Now remove the backslash between Ruby and 193.
    Your Path is set to : C:\Ruby\193\bin :-) !
    your .bat is in Folder : C:\Ruby193\bin

    TIP

    Go to Options

    Miscellaneous --> CSS Preprocessors

    check : Generate extra information (debug)

提交回复
热议问题