Whenever I try to save my style.less file, the automatic compilation doesn't happen. Is there a mistake in how I've set it up? Here's what is currently in my ox.sublime-project file:
{
"folders":
[
{
"path": "projects/example/web"
}
],
"settings":
{
"less2css":
{
"autoCompile":true,
"main_file":"/projects/example/web/style.less",
"minify":false
}
}
}
Upon saving the style.less file, this error message appears in the console:
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 574, in run_ return self.run(edit)
File "less2css in /Users/jlei/Library/Application Support/Sublime Text 3/Installed Packages/Less2Css.sublime-package", line 57, in run
File "lesscompiler in /Users/jlei/Library/Application Support/Sublime Text 3/Installed Packages/Less2Css.sublime-package", line 152, in convert_one
File "lesscompiler in /Users/jlei/Library/Application Support/Sublime Text 3/Installed Packages/Less2Css.sublime-package", line 254, in convertLess2Css
File "./python3.3/os.py", line 251, in makedirs File "./python3.3/os.py", line 251, in makedirs
File "./python3.3/os.py", line 251, in makedirs
File "./python3.3/os.py", line 262, in makedirsPermissionError: [Errno 13] Permission denied: '/projects'