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
I know the ionic state reset command is planned for deprecation, but to be honest, I think this could be fixed fast and painless until the ionic state reset command is removed
The text was updated successfully, but these errors were encountered:
The 010_install_plugins.js hooks added by using ionic hooks add uses a different method of adding plugins, allowing it only to read strings for cordova plugins add (https://github.com/driftyco/ionic-cli/blob/master/lib/hooks/after_platform_add/010_install_plugins.js#L26).
Something like
will fail to be added by this hook.
This is largely inconsistent with the behavior of ionic state reset which uses a more sophisticated way to read the package.json and generate the cordova plugins add command. (https://github.com/driftyco/ionic-app-lib/blob/master/lib/state.js#L511)
I know the ionic state reset command is planned for deprecation, but to be honest, I think this could be fixed fast and painless until the ionic state reset command is removed
The text was updated successfully, but these errors were encountered: