How to force NPM to use latest version of TypeScript

I recently started using TypeScript for a new project, and hit a few snags along the way. The first of which, was that my local project was using an older version of TypeScript, specifically 1.0.3.0 . This was odd, because I had just installed the latest version of TypeScript, but globally and locally. I searched around and…

The post How to force NPM to use latest version of TypeScript appeared first on Dave Voyles | Tech Evangelist at Microsoft.