WebStorm 中转译器的路径

Path for the transpiler in WebStorm

我是 scss 的新手,正在尝试设置这一切...

我已经安装了 ruby,现在有了它的命令行(我在 Windows)。 还有 运行 gem 安装 sass 命令。

现在我需要在程序下为 t运行spiler 指定一个路径,让 watcher 工作并将 t运行slate scss 文件到 css.

JetBrains 网站上的指南说 - "Specify a path variable for the folder where the Ruby executable file and the gem.bat file are stored. This lets you launch Ruby and Gem Manager from any folder and ensures that Ruby is successfully launched during transpilation"

我不明白 Ruby 可执行文件在哪里,什么是我需要在该字段中输入的 gem.bat。

必须是<Ruby installation dir>/bin/scss.bat,比如C:\Ruby193\bin\scss.bat