Настройка компиляции LESS в PhpStorm под Ubuntu (Debian)
Устанавливаем nodejs:
sudo apt-get install -y nodejs
Возможно нужно будет установить старую версию nodejs:
sudo apt-get install nodejs-legacy
ставим npm:
Ставим пакет less:
npm install -g less
Создаем File watcher:
Устанавливаем Scope:
Включаем галочку "Create output file from stdout".