NativeScript/nativescript-angular

Is there a way to easily upgrade all angular deps to the latest?

jannomeister opened this issue · 8 comments

The outdated nativescript upgrade docs has a command to upgrade all angular deps to the latest by:

npm i nativescript-angular@latest --save
./node_modules/.bin/update-app-ng-deps
npm i

but now in nativescript 7 it doesn't have a straightforward way to upgrade it :( or am I missing something?

@nativescript/angular ^11.0.0

Then all @angular deps to ~11.2.0

@nativescript/core ~7.3.0

I mean that’s about it.

thanks @NathanWalker I'll give it a try before closing this issue. :)

Another good practice that’s easy to do is:
npm install -g nativescript
To make sure you have latest cli installed and then:
ns create sample —ng

and just compare it to yours in terms of tsconfig and that kind of stuff. You can use latest angular versions as stated above but yeah that’s another simple way to just check other things.

I tried to upgrade earlier to v7, but the nativescript-ui-sidedrawer having some problem with references.d.ts stuffs when I run ns run ios that's why I downgraded again to nativescript-cli to v6.5.1

PS: the version of nativescript-ui-sidedrawer is v9.03

after upgrading nativescript to v7.2.0

when I execute ns create sample —ng im having this error:

Screen Shot 2021-03-03 at 3 06 57 PM

my node version is v12.16.3

Check your npm version, npm7 isn't supported just yet, try with v6!

thanks @rigor789 ill try it tomorrow 🙂

I'm having this errors from the nativescript-ui-* packages. Their versions are all latest

Screen Shot 2021-03-04 at 11 08 17 AM