I am trying to work with SCSS and compile it as CSS in WebStorm, so I set a file watcher for that but unfortunate I got this error:
Failed to run File Watcher 'SCSS'.
The watcher has been disabled.
Error: Invalid executable
So I google it and I found out that there as some steps that needs to be done first like in this link but I can't find this path :
In the Program field, specify the path to the compiler archive depending on the chosen predefined template.
lessc for Less.
sass for Sass/SCSS.
If you followed the standard installation procedure with npm, JetBrains Rider locates the required files itself and fills in the field automatically. Otherwise, type the path manually or click the Browse button and choose the file location in the dialog that opens.
I don't know if this even would solve my problem or not.