问题
I've installed Ruby and SASS on my Windows 8 computer. I'm using PhpStorm's Language Processor with the sass.bat file.
Everything is setup correctly, but I get this error in PhpStorm: '"ruby.exe"' is not recognized as an internal or external command, operable program or batch file.
It could be that when sass.bat is executed, my system isn't allowing ruby.exe to be run, because it needs administrator privileges.
Does anyone know how to fix this problem?
来源:https://stackoverflow.com/questions/20687697/sass-language-processor-in-phpstorm-on-windows-8