systemjs / builder

SystemJS build tool
MIT License
465 stars 122 forks source link

Unable to resolve version 0.0.25/plugin-babel.js for systemjs-plugin-babel #854

Open ericnewton76 opened 6 years ago

ericnewton76 commented 6 years ago

I was screwing around with moving jspm jquery from 3.0 to 2.0 version, and now I get systemjs-plugin-babel errors when I try to build a bundle:

$ jspm bundle --log ok  src/pricing  - src/json/branches.json!src/plugins/json.js - src/json/site-configuration.json!src/plugins/json.js - src/plugins/json ../site/Assets/scripts/pricing-bundle.js
.
.
.
err  Unable to resolve version 0.0.25/plugin-babel.js for systemjs-plugin-babel

This doesnt work either:

jspm install npm:systemjs-plugin-babel 

Btw, what does it mean "this plugin works for v0.17 beta but not v0.16?" I'm using jspm@0.16.53 and am unable to find the right systemjs-plugin-babel that would work for jspm@0.16.53.

I did a little npm backchecking, and systemjs-plugin-babel@0.0.2 doesn't have that in the README.md so I tried jspm install npm:systemjs-plugin-babel@0.0.2 and it says unable to find that version too.

Now I can't build systemjs bundles.

ericnewton76 commented 6 years ago

So this doesn't work:

jspm install npm:systemjs-plugin-babel

but this does???

jspm install plugin-babel

which plugin-babel just a jspm registry entry for npm:systemjs-plugin-babel right?