- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 94字
- 2021-07-02 23:24:28
Installing TypeScript
Next, we will be installing the TypeScript compiler. As mentioned in Chapter 1, Angular - A Primer, we will be using TypeScript to write the JavaScript code. To install the TypeScript compiler, run the following:
npm install typescript -g
Once TypeScript is successfully installed, we can verify it by running this command:
tsc -v
> message TS6029: Version 1.7.5
The latest version of TypeScript at the time of release of Ionic 3 is 2.2.2. You may need to update the version of TSC to 2.2.2 or higher when working with Ionic 3.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Android項(xiàng)目開發(fā)入門教程
- INSTANT FreeMarker Starter
- 編寫高質(zhì)量代碼:改善Python程序的91個(gè)建議
- 從0到1:HTML+CSS快速上手
- 軟件測(cè)試綜合技術(shù)
- Google Adsense優(yōu)化實(shí)戰(zhàn)
- Web開發(fā)新體驗(yàn)
- Bitcoin Essentials
- Visual FoxPro程序設(shè)計(jì)實(shí)驗(yàn)教程
- Java Web程序開發(fā)參考手冊(cè)
- 瘋狂Ajax講義(第3版)
- 開源心法
- 我跟爸爸學(xué)編程:從Python到C++
- Meteor Design Patterns