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.
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.