-
Notifications
You must be signed in to change notification settings - Fork 31
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
An unhandled exception occurred: context.getProjectMetadata is not a function #215
Comments
Experienced the same issue today. Check your angular package versions in your package.json. For Example mine was like this
Then I changed them like this after that my problem is solved
At first I tried variants of |
Yeah, that problem gone away, but I still cannot load the project properly, I always get "Cannot Get /" error now |
Please provide more detailed logs so we can help you. |
This solved it for me: |
Thank you @prjcontrol! This solved it for me: |
This solved it for me as well |
I get this error message, when I try to run my ionic app in the simulator.
An unhandled exception occurred: context.getProjectMetadata is not a function
The command I'm using to run my project (works fine on angular 8, and angular toolkit 2.1)
ionic cordova run ios --livereload --target '...'
Ionic info
`Ionic:
Ionic CLI : 6.1.0 (/Users/user/.nvm/versions/node/v10.19.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.0.1
@angular-devkit/build-angular : 0.900.3
@angular-devkit/schematics : 9.0.3
@angular/cli : 9.0.3
@ionic/angular-toolkit : 2.2.0
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Cordova Platforms : ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-webview 4.1.3, (and 14 other plugins)
Utility:
cordova-res : not installed
native-run : 0.3.0
System:
ios-deploy : 1.10.0
ios-sim : 8.0.2
NodeJS : v10.19.0 (/Users/user/.nvm/versions/node/v10.19.0/bin/node)
npm : 6.13.7
OS : macOS Catalina
Xcode : Xcode 11.3.1 Build version 11C504 `
ng version
`Angular CLI: 9.0.3
Node: 10.19.0
OS: darwin x64
Angular: 9.0.2
... common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes`
The text was updated successfully, but these errors were encountered: