You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kmuthukrishnan some of your dependencies and devDependencies are not updated to the proper version (e.g. nativescript-dev-typescript and no need of nativescript-dev-android-snapshot). Use this blog post as reference on how to migrate your project to v3.4.0.
The blog post will guide you step=-by-step into updating all related dependencies and creating the needed changes in your code base.
Thanks @NickIliev . I managed to solve this and getting the app running on Ns 3.4.0. But now Iam having an issue with all firebase queries as outlined in this issue here
Hi @kmuthukrishnan , could you perhaps elaborate as to what is missing?
Thanks
UPDATE:
Nevermind, saw your comment on 'NativeScript/nativescript-angular#1137'
, had to change several things:
remove:
import {Scheduler} from "rxjs/Rx";
Please, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
YES
Tell us about the problem
Iam unable to run the nativescript angular project after upgrade to 3.4.0
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please see the full package.json below
Please tell us how to recreate the issue in as much detail as possible.
On tns run android getting the following error
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
The text was updated successfully, but these errors were encountered: