has anybody here bumped into the following issue when updating an angular app from 9 to 10.
"Package '-e' is not a dependency."That happens when running
ng update @angular/core@10 @angular/cli@10
Did some googling but there's not a single result out there that matches my issue (that's gotta be a first)
Make sure you aren't using '-force'. Instead, use the correct '--force' parameter.
After taking backup:
try to update CLI first
npm i @angular/cli@10
then core
ng update @angular/core@10
or
ng update @angular/core@10 --force
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With