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 has been archived by the owner on Oct 9, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have upgraded my
systemjs-builder
to0.4.5
but when I runjspm install
it always install old version of dependencies underjspm_packages
folder.I have deleted
jspm_packages
folder couple times and then runjspm install
but it always add old dependencies tojspm_packages folder
. Is there any cache that I need to delete as I can see thatnode_modules/systemjs-builder/node_modules
contains correct version of dependencies.The text was updated successfully, but these errors were encountered: