-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
install failed #3
Comments
are you have already installed plugin before? or you try to install in new project? |
I installed into new project and it worked but prevented me from installing "cordova-plugin-network-information". So i had to uninstall it so i could install the rest of my plugins. I then tried to reinstall it once i had installed all the other plugins but got the errors above |
@Chris-Devine can you give me this information from ionic info I check this problem today night. |
PS C:\Users\chrisdevine\Desktop\agility-for-pimss\agility-for-pimss2> ionic info cli packages: (C:\Users\chrisdevine\AppData\Roaming\npm\node_modules)
global packages:
local packages:
System:
Environment Variables:
Misc:
|
@ChrisDevinePimss / @Chris-Devine with which platforms will you work? Android or iOS? |
yes thats the plan @WuglyakBolgoink |
I can confirm this bug on Android.
And this is the error:
|
@Medtrack I have added working solution for this issue #1. Try removing If that doesn't works, delete @ChrisDevinePimss you can also try this solution. I too got similar errors during initial installations of this plugin after latest changes. |
@Chris-Devine @SujitSingh please check with new v0.7.0. |
The error reported in this issue is related to the extra |
cordova plugin add cordova-plugin-iroot --save
(node:6348) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Cannot find plugin.xml for plugin "cordova-plugin-iroot". Please try adding it again.
(node:6348) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
also
ionic cordova plugin add https://github.com/WuglyakBolgoink/cordova-plugin-iroot
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\chrisdevine\AppData\Roaming\npm-cache_logs\2018-03-05T10_18_26_219Z-debug.log
(node:12248) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: