我曾經在netbeans上安裝過SASS。我按照下面的教程:Netbeans - 安裝SASS
http://kgagliardo.com/blog/netbeans-sass-windows-7
創建並試圖保存SASS文件時並沒有創建CSS文件,我得到下面的錯誤。
""C:\Ruby193\bin\sass.bat" "--cache-location" "C:\Users\Leanne\AppData\Local\NetBeans\Cache\7.4\sass-compiler" "C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\scss\store.scss" "C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\css\store.css" '"ruby.exe"' is not recognized as an internal or external command, operable program or batch file. Done."
我一直停留在這一切上午,請幫助...
UPDATE 我試圖按照下面提供的說明,它仍然無法正常工作,雖然我確實得到了一個稍微不同的錯誤信息:
"C:\Ruby193\bin\sass.bat" "--cache-location" "C:\Users\Leanne\AppData\Local\NetBeans\Cache\7.4\sass-compiler" "C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\scss\store.scss" "C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\css\store.css" Syntax error: File to import not found or unreadable: foundation/components/accordion. Load path: C:/Users/Leanne/Documents/work/freelance/sites/fws_templates (DEPRECATED) on line 10 of C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\scss\foundation\foundation.scss from line 11 of C:\Users\Leanne\Documents\work\freelance\sites\fws_templates\gamer\scss\store.scss Use --trace for backtrace. Done.
但是現在我只是再次得到原始的錯誤消息。不知道該怎麼做。看到下面的圖片,表明我已經按照說明完成了所有事情(我認爲)。
http://i.stack.imgur.com/Eekyt.png
路徑,以紅寶石爲'C:\ Ruby193 \ bin'回去和編輯PATH環境變量指向'C:\ Ruby193 \ bin'。此刻你有'C:\ Ruby \ 192 \ bin' :-) –
好了。我已將其更改爲193,但仍有相同的錯誤。 – LeeTee
現在刪除Ruby和193之間的反斜線。您的路徑設置爲:'C:\ Ruby \ 193 \ bin' :-)!你的'.bat'文件夾:'C:\ Ruby193 \ bin' –