-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
android 7.0.0, build error: Cannot find module '../cordova/platform_metadata' #13735
Comments
Hi there! Are you using the cordova-plugin-ionic, The Ionic Pro plugin? |
Now the default The fcm plugin has also a sever error, after installing this you are not able to install other plugins like your ionic-plugin-keyboard. So in this case also the order in config.xml file is important. IMO for not it is not safe to use Thx |
Hi, I'm getting the same error...not using the Ionic Pro plugin (I believe) or how can I check if I am?
Thanks ps. I have tried removing and re-installing Cordova by:
|
I have Ionic plugins installed: "cordova-plugin-ionic": "^2.0.3" but still getting the same issue: Any idea what can do to fix this, please? Many thanks. |
I have the same problem |
Please update all of your plugins (remove/add them). This is an issue with a Plugin trying to use a feature that was removed in cordova 8. Plus open issues on the appropriate plugin repo as this is not specifically an ionic issue. |
since i remove(v6.3.0) and add android again(lastest v7.0.0), i got this error when build the app:
(node:17320) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module '../cordova/platform_metadata'
(node:17320) [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: