Issue
When I run tsc in the terminal (it does not matter where) I get returned:
This is not the
tsccommand you are looking for
I do not have TypeScript installed globally to my knowledge so what I am expecting is that It can't find tsc.
Solution
I had installed the old typescript compiler https://www.npmjs.com/package/tsc by mistake.
running where.exe tsc to find out what I was actually running suggested by @siddharth made me find the issue
Answered By - Björn Hjorth

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.