Do I need to have typescript installed globally in order to install Angular 17? This is a concern for me because I've read conflicting information - some say that typescript comes already with node, but when I try to check the typescript version on my machine, the command doesn't work
I am looking to install Angular 17 and according to the Angular documentation, it states "Make sure you are using a supported version of TypeScript before updating your application. Angular v17 supports TypeScript version 5.2 or later."