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 has been archived by the owner on Jan 9, 2019. It is now read-only.
I got this error always in my mac
I tried with different java versions, different rhino versions, even tried to upgrade my os to OS X Yosemite. Nothing helps.
Using lessc command line (npm) works.
org.lesscss.LessException: org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind in object
function _math(fn, unit, n) {
if (!(n instanceof tree.Dimension)) {
throw {type:"Argument", message:"argument must be a number"};
}
if (unit == null) {
unit = n.unit;
} else {
n = n.unify();
}
return new (tree.Dimension)(fn(parseFloat(n.value)), unit);
}
. (jar:file:.../lesscss-1.7.0.1.1.jar!/META-INF/less-rhino-1.7.0.js#2926)
The text was updated successfully, but these errors were encountered:
I got this error always in my mac
I tried with different java versions, different rhino versions, even tried to upgrade my os to OS X Yosemite. Nothing helps.
Using lessc command line (npm) works.
The text was updated successfully, but these errors were encountered: