Issue
I run npm install -g typescript to update my TypeScript version globally, but when I run ng v in my Angular project, I still see an old version. Why is that? How can I consistently upgrade this?
Solution
You can run npm i typescript@next -D to upgrade the version of your current project
Answered By - bughou

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.