This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
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 [email protected] and am unable to find the right systemjs-plugin-babel that would work for [email protected].
I did a little npm backchecking, and [email protected] doesn't have that in the README.md so I tried jspm install npm:[email protected] and it says unable to find that version too.
Now I can't build systemjs bundles.