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
console.warning('--strict-math is deprecated. Use --math=strict');
Does not display. Instead I receive the error TypeError: console.warning is not a function.
Observe:
$ ./node_modules/.bin/lessc -sm=on
TypeError: console.warning is not a function
at .../node_modules/less/bin/lessc:485:25
at Array.filter (<anonymous>)
at .../node_modules/less/bin/lessc:353:17
at Object.<anonymous> (.../node_modules/less/bin/lessc:545:3)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
The warning here:
less.js/bin/lessc
Line 485 in c6813b2
Does not display. Instead I receive the error
TypeError: console.warning is not a function
.Observe:
Additional info:
The text was updated successfully, but these errors were encountered: