Answers for "the term tsc is not recognized"

0

The term 'tsc' is not recognized as the name of a cmdlet, function, script file, or operable program.

//Install globally
npm i -g typescript
//or locally for a project
npm i typescript
Posted by: Guest on June-16-2021

Code answers related to "the term tsc is not recognized"

Browse Popular Code Answers by Language