IntelliJのSCSSファイルウォッチャーが.scss
ファイルを.css
ファイルにトランスポートしようとするたびにエラーが発生します。私は正しい引数を提供していることを知っています。別のプラットフォームでまったく同じ引数を使用していて、正しく機能しています。私もサスにそれにパスを与えてみましたIntelliJ SCSS/Sassファイルウォッチャーが失敗します
An exception occurred while executing watcher 'SCSS'. Watcher has been disabled. Fix it.: Cannot run program "sass" (in directory "C:\Users\trevo\dev\projects\web\CaffeineSocket\styles\sass"): CreateProcess error=2, The system cannot find the file specified
、とのエラーの変更:
私はイベントログに次のエラーを取得する見.scss
ファイルに変更を加えるたびに
An exception occurred while executing watcher 'SCSS'. Watcher has been disabled. Fix it.: Cannot run program "C:\Ruby24-x64\bin\sass" (in directory "C:\Users\trevo\dev\projects\web\CaffeineSocket\styles\sass"): CreateProcess error=193, %1 is not a valid Win32 application
どのように私はこれを修正し、Sass/SCSSファイルを透明にするのですか?