Hi! I have installed it throught jspm: `jspm install less` then it fails trying to find lesscss without success, on the browser you can see > Uncaught (in promise) Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:8080/lesscss.js and trying to build a bundle: > (SystemJS) ENOENT: no such file or directory, open '[path..]/www/lesscss.js' 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 ``` "map": { "lesscss": { "node": "./less-node.js", "browser": "./less-browser.js" } } ``` but probably something is missing here :'(, maybe I should add something else... as you inidicate for System.js installation Thanks a lot!
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!