-
Notifications
You must be signed in to change notification settings - Fork 313
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
geofence cause ionic 4.0.0.beta3 build error "... Error: Cannot find module '../cordova/platform_metadata' ..." #284
Comments
this is a bug of the depending plugin 'cordova-plugin-add-swift-support'. |
Hi @jing-zhou i have also facing same issue. Still issue not resolved. I have stuck in this issue last three days. Is there any other solution?. |
No Solutions yet. sounds like need to wait until they need to fix |
Hello @jing-zhou
|
Hello @digvijayLogistic |
problem description
Ionic 4.0.0.beta3 project build ('ionic cordova run android') failed with the follow error prompt:
(node:9923) UnhandledPromiseRejectionWarning: Error: Cannot find module '../cordova/platform_metadata'
see danielsogl/awesome-cordova-plugins#2667
Steps to reproduce:
1, following https://beta.ionicframework.com/docs to setup the environement
2, start a new project by
ionic start myApp tabs --type=angular
follow prompt to finish the process, select 'y' to install cordova
3, enter the project folder , type in the following
4, type in
ionic cordova run android
and see the build fails and the error occurs
environment config summary
Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):
The text was updated successfully, but these errors were encountered: