intellij-lessc-plugin
intellij-lessc-plugin copied to clipboard
File "Access is denied" error when manually compiling to CSS
I disabled auto-compilation because it kept recompiling the file when I moved between branches. When I triggered a compilation manually, it told me the target directory is not writable:
LESS CSS Compiler Error
main.less: D:\path\to\directory\css (Access is denied)
Try updating to the latest version of the plugin (2.6.8) and see if that solves your issue.
Note: You'll need to specify a source LESS directory and uncheck the "Compile automatically on save" checkbox in the settings dialog.
Thanks!