-
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 reset --plugins" fails #996
Comments
Hello! Thanks for opening an issue with us. We are currently in the process of deprecating the |
Hi @jgw96, which is the "cordova way"? I'm stuck with the same issue but when adding the cordova-plugin-device plugin. Thanks! |
Facing the same issue showing caught exception got undefined. |
As ionic state swallows the exception, I tried debugging by running the command separately: This showed me an EACCES error. Running solved the issue for me, and running |
$ ionic state reset --plugins
Removed platforms and plugins
Attempting to restore your Ionic application from package.json
Restoring Plugins
cordova plugin add org.apache.cordova.device
cordova plugin add org.apache.cordova.console
cordova plugin add com.ionic.keyboard
Caught exception:
undefined
Mind letting us know? https://github.com/driftyco/ionic-cli/issues
Your system information:
Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 1.0.0-rc.4
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: Not installed
ios-sim version: 4.1.1
OS: Mac OS X El Capitan
Node Version: v5.0.0
Xcode version: Xcode 7.3 Build version 7D175
The text was updated successfully, but these errors were encountered: