TypeScript安装

1.Installing Node.js and updating npm

   Updating npm----npm install npm@latest -g

   Installing TypeScript----npm install -g typescript 

   This will install the latest version of TypeScript globally meaning PATH environment variable is set.using  "tsc -v" verify;

   using above command to install latest version and delete any existing versions.

  

posted @ 2017-07-07 10:32  池塘ddjyds  阅读(155)  评论(0编辑  收藏  举报