I'm on branch 4.0-dev, updated the latest available dev release (03 dec), I cannot compile and when i go to LESS settings page it throws 2 exceptions because apparently it cannot find packages lessc and autoprefixer, which is true because I don't have them installed and I think they should not be required.
So I temporarily fixed by putting 2 fake executables in /usr/bin, but that's obviously not correct.

Comments

corey.aufang’s picture

I think I know what the issue is.

I attempt to display the version numbers of less.js and autoprefixer, which of course requires calling command line to get that information but since they dont exist its throwing errors.

I'll need to configure it to capture errors for those calls.

  • corey.aufang committed f1471f3 on 7.x-4.x
    Issue #2390051 by corey.aufang: Fix issue where lessc and autoprefixer...
corey.aufang’s picture

I fixed the issue with this and there should be a new dev rolling out shortly.

corey.aufang’s picture

Status: Active » Fixed

Forgot to change issue status.

edodusi’s picture

I can confirm this issue is fixed!
Thanks

  • corey.aufang committed 76d7acd on 7.x-4.x
    Issue #2390051 by corey.aufang: Additions to documentation and...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.