Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

systemjs-builder install old dependencies #33

Closed
martinmicunda opened this issue Dec 17, 2014 · 4 comments
Closed

systemjs-builder install old dependencies #33

martinmicunda opened this issue Dec 17, 2014 · 4 comments

Comments

@martinmicunda
Copy link

I have upgraded my systemjs-builder to 0.4.5 but when I run jspm install it always install old version of dependencies under jspm_packages folder.

es6-module-loader - v0.9.4 -> it should install v0.10.0
systemjs - v0.9.3 -> its should install v0.10.2

I have deleted jspm_packages folder couple times and then run jspm install but it always add old dependencies to jspm_packages folder. Is there any cache that I need to delete as I can see that node_modules/systemjs-builder/node_modules contains correct version of dependencies.

@guybedford
Copy link
Member

The versions of es6-module-loader and systemjs are locked to the version of jspm.

Can you confirm which version of jspm you are using with jspm -v?

@martinmicunda
Copy link
Author

0.8.4

@martinmicunda
Copy link
Author

Thanks I will update my jspm to v 9.0.0

@guybedford
Copy link
Member

Ok great. Yeah it's important we lock loader versions to jspm versions so that all these dependencies can match up correctly on both client and server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants