Django Pipeline doesn't load static files - throws a CompilerError

191 Views Asked by At

On my local it works fine but on my production environment I can compile less files but when I want to load them like:

{% load pipeline %}
{% stylesheet 'styles' %}

I get a an error:

CompilerError at / /usr/bin/env: node: No such file or directory

is there any way I can use a variable in settings to point to the node binary?

Thanks.

0

There are 0 best solutions below