typescripttypescript1.8

How to install older version of Typescript?


I recently installed Typescript 1.8 and found too many breaking issues. So for the time being I would like to install 1.7. Where can I download it?


Solution

  • For installing typescript 1.7.5, use

    npm install typescript@1.7.5