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 Oct 9, 2020. It is now read-only.
Hi!
I have installed it throught jspm:
jspm install lessthen it fails trying to find lesscss without success, on the browser you can see
and trying to build a bundle:
just looking to plugin-less I have seen:
that the dependeny to lessscss is on less.js:17
return System['import']('lesscss', module.id)and probably the configuration related to it is on package.json:13-18
but probably something is missing here :'(, maybe I should add something else... as you inidicate for System.js installation
Thanks a lot!