How to install typescript on windows?



How to install typescript on windows?..

Answer / Mohan Chandra

You can install TypeScript on Windows using npm (Node Package Manager). Open your command prompt and type: `npm install -g typescript`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

Is it possible to merge multiple .ts files into a single .js file?

1 Answers  


What is an anonymous function?

1 Answers  


List some features of classes in typescript?

1 Answers  


What is variable in typescript?

1 Answers  


What is "as" syntax in typescript?

1 Answers  


What is rest parameters functions?

1 Answers  


What are the disadvantages of typescript?

1 Answers  


How to declare a namespace in typescript?

1 Answers  


How typescript is different from javascript?

1 Answers  


Explain access modifiers in typescript?

1 Answers  


What are the variables in typescript? How to create a variable in typescript?

1 Answers  


How to call base class constructor from child class in typescript?

1 Answers  


Categories