我在网上找到的所有东西都是过时的IntelliJ版本。不知道为什么现在还没有工作,因为它一直工作到一天前,但我在控制台中遇到的错误是:
....Compiling sass stylesheets...
Executing: jruby -S compass compile --sass-dir ./src/stylesheets --css-dir ./web-app/styles --output-style expanded --images-dir ./web-app/images --relative-assets --force
Error |
JRuby could not be started. Make sure 'jruby' exists on the PATH and try again.
Error |
No SCSS/SASS compilation will be performed
答案 0 :(得分:0)
我终于通过关闭IntelliJ,然后在命令行中运行以下命令来使其工作:
luhn-alg
或者它已经在你的路径中了:
launchctl setenv export $PATH:/usr/local/bin/jruby
(这确保JRuby的位置在PATH变量中已经存在),并且一旦我重新启动IntelliJ,一切都恢复正常。