I am upgrading my angular app from v12 to v14. I did the following:
npm cache clean --force
npm install -g @angular/cli
now when i do 'ng version
' i get following i.e there is error against typescript and @angular-devkit/build-angular. Also none of the packages got installed.
Can anyone please point out what should i do to fix this error?
Thanks