-
Notifications
You must be signed in to change notification settings - Fork 13
JSPM installation doesn't work #4
Comments
The install here will only work in jspm 0.17 beta unfortunately. I'd suggest trying that. |
Yeah, you are right that works! Thanks a lot! El 23 sept. 2016 13:00, "Guy Bedford" [email protected] escribió:
|
I had this same issue with jspm and had to install the beta package manager. Legacy support would be very useful. Obviously legacy support would probably start jspm 0.17 official release, but for future releases legacy support would be useful. |
I was able to get this working with JSPM 0.16.33 by installing less as lesscss and providing a main override to use the distribution file after installing the css and less plugins. jspm install lesscss=github:less/[email protected] -o "{ main: 'dist/less.js' } " |
Actually unfortunately the bundling would fail because less falls over without window defined. Ended up using this plugin, seems to work well because it bundles customized version of less to handle the case. https://github.com/HuasoFoundries/systemjs-less-plugin In case anyone is in deep with 0.16 and not ready to upgrade. |
Will this issue get fixed in 0.16.*? or I just:
|
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
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!
The text was updated successfully, but these errors were encountered: