Reputation: 1010
After creating a new project in the JetBrains WebStorm IDE, I ran into an error with the SCSS file watcher. It says: ERROR: invalid executable, but I don't know what causes that error in the first place.
The scss file is nothing special at all, nevertheless the error pops up. Please help me understand what causes that error.
Upvotes: 4
Views: 11560
Reputation: 93728
Make sure to specify a valid path to SASS compiler in your file watcher settings, Program field.
See https://www.jetbrains.com/help/webstorm/2020.2/transpiling-sass-less-and-scss-to-css.html#install_sass_scss, https://www.jetbrains.com/help/webstorm/2020.2/transpiling-sass-less-and-scss-to-css.html#create_file_watcher
Upvotes: 4