Prev Next

Web / Typescript interview questions

How do I install typescript in my computer?

TypeScript can be installed and managed via npm, the Node.js package manager. To install TypeScript, make sure that the npm is installed properly using the below command.

npm -v

To install typescript run the below command.

npm install -g typescript

More Related questions...

Show more question and Answers...


Comments & Discussions