Friday, September 8, 2023

How to Fix tsc is not recognized as an internal or external in Visual Studio Code

 To Fix , this first we need to Install Typescript 

 install typescript globally by running 

  npm install -g typescript



To check , if that typescript is installed or not. we need to use the below command


And use tsc.cmd instead of tsc

Below example

























No comments:

Post a Comment

Thank you for visiting my blog

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...