-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic state save
doesn't save the plugin version even when I explicitly mentioned it in the package.json
#666
Comments
I have the same problem |
Same issue here when using Git urls with refs. Attempting to target tag
|
Letting npm fetch the source locally can be a viable workaround sometimes (requires a package.json in the plugin repo):
|
Hello all! Thanks for opening an issue with us. We are currently in the process of deprecating the |
I have set the plugin version of multiple cordovaPlugins explicitly in
package.json
after the big update to Cordova plugins.plugins/fetch.json
also contains the version numbers as it should.But when I do
ionic state save
my package.json gets recreated without all these versions, so a futureionic state restore/reset
won't work as intended. Is this intended that this information is ignored or is this a bug and should be fixed?The text was updated successfully, but these errors were encountered: