How to install typescript in windows 10?

How to install typescript in windows 10?

Ensure you have already node package manager(npm) installed on your machine if this is not installed then follow the below link to get it installed,

How to install node js in windows 10 ?

 

We should definitely have npm package manager installed on our machine, once you installed npm you can verify with npm -version command and start installing the typescript.

 

 

Run the below command to install typescript in your machine,

npm -g install typescript

Leave a Reply