You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2022. It is now read-only.
The default install of lessc on this box produces absolutely no output when running via terminal or when run through django compressor.
After some Google'in I have been able to successfully correct the problem for each box instance I have created locally using these instructions - which essentially just manually removes all node-less binaries and then re-installs node-less via apt-get instead of npm. It would be great if this box was updated to have a working version of lessc pre-installed without the need to do this for every box launched.
Note that I use this box in conjunction with TorchBox's vagrant-django-template repo - so I am not 100% sure if the source of the issue lies with the box or the provisioning script in the template repo.