Search code examples
node.jstypescripttsc

tsc is not recognized as an internal or external command


I am using node version 6.9.2 with npm version 5.4.2 on Windows7. I have installed typescript with the command npm install typescript -g.

However, when I run a demo file using command, tsc, I get an error:

"tsc is not recognized as an internal or external command". 

Could anybody help? Other node modules get installed correctly and working fine. Not sure why typescript isn't working.


Solution

  • Install node version 6.11 and things work without any changes.