I'm trying to deploy django project using AWS S3 and Pipeline. When I try to collectstatic
, I get error:
pipeline.exceptions.CompilerError: b'/usr/bin/env: lessc: No such file or directory\n'
After typing which less
, I get:
/usr/bin/less
Could you help with fixing it?