[Answer]-/opt/local/lib/node_modules/less/bin/lessc: not found – Django Error

1👍

Maybe you should install less globally with:

npm install -g less

Also, I recomend you to consider similar django-app: django-pipeline, because: django-compress is no longer maintained.

With django-pipeline you can set a path to less compiler with PIPELINE_LESS_BINARY setting.

Leave a comment