-
-
Notifications
You must be signed in to change notification settings - Fork 241
Errors whilst attempting to upgrade to angular 9 #2185
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
Comments
Same issues already mentioned here: #2174 |
Just read through that, the actual issue from that thread seems quite different to what I am experiencing |
For nativescript-angular Error you can change to new npm package
You can take a look at the first block refered to nativescript/angular, this reference should remove your error. For Greetings |
@tidusjar Also be careful with mix-matched dependencies - I see in your posted package.json you have this in there |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Package.json
Describe the bug
When running
tns run android --env.aot
I get a lot of errors complaining about the internal nativescript-angular modules, a subset of the errors are belowTo Reproduce
Run
tns run android --env.aot
Sample project
Currently a private repo, can provide if needed.
Additional context
I have also run a
npm install
, removed and re-added the android application.This application also was working fine before following the Angular 9 upgrade instructions: https://github.com/NativeScript/nativescript-angular/wiki/Updating-and-developing-for-@nativescript-angular-v9-with-Ivy-or-without#problem-2
The text was updated successfully, but these errors were encountered: