Answers for "The term 'tsc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1"

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 as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1"

Browse Popular Code Answers by Language