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
Comment #1
corey.aufang commentedI 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.
Comment #3
corey.aufang commentedI fixed the issue with this and there should be a new dev rolling out shortly.
Comment #4
corey.aufang commentedForgot to change issue status.
Comment #5
edodusi commentedI can confirm this issue is fixed!
Thanks