TypeScript can be installed through the NPM package manager.
npm install -g typescript
The -g
means it’s installed on your system globally so that the TypeScript compiler can be used in any of your projects.
If you want to change selection, open document below and click on "Move attachment"
Unknown titleo have Node.js and NPM installed. Check out the following posts for help if you haven’t done so already
Installing Node.js and NPM on Windows How to Install Node.js and NPM on Linux
How to Install Node.js and NPM on a Mac
Installation
<span>TypeScript can be installed through the NPM package manager.
npm install -g typescript
The -g means it’s installed on your system globally so that the TypeScript compiler can be used in any of your projects.
Test that the TypeScript is installed correctly by typing tsc -v in to your terminal or command prompt. You should see the TypeScript version print out to the screen.
For help on Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details