我正在尝试设置phpstorm filewatcher以便预编译我的.scss,并且我有以下错误消息:
"C:/Program Files/Ruby193/Ruby193/bin/compass.bat" --no-cache --update style.scss:style.css
'"ruby.exe"' n'est pas reconnu en tant que commande interne ou externe,
un programme executable ou un fichier de commandes.
用英语将其翻译为:
'"ruby.exe"' is not recognised as an internal or external command,
executable program or command file.
- 我调查了这个问题,但它没有解决我的问题:PhpStorm: SCSS File Watcher Settings
- 这是我的设置的屏幕截图。
THKS。
答案 0 :(得分:10)
一张图片胜过千言万语。这是你应该如何设置它。
答案 1 :(得分:0)
我相信你有两个问题。一个是Ruby以非常不正确的方式设置,你有Ruby193/Ruby193
,这可能会造成问题。另一个问题是您已经更改了环境变量。保持空白并查看它是否有效,它对我来说很好,所以我想如果有任何问题,可以使用Ruby设置。
另一个潜在的问题是你的PATH可能没有设置为与Ruby匹配,所以请仔细检查你的路径。