The post addresses why the TypeScript command 'tsc' does not run in PowerShell or Visual Studio Code terminal, identifying it as an issue with PowerShell's execution policy. It explains that the default execution policy for local machines is 'Restricted', which prevents the 'tsc' command from running. The post suggests changing the execution policy to 'ByPass' to fix the issue.

2m read timeFrom c-sharpcorner.com
Post cover image
Table of contents
A: IntroductionB: What the issue isC: Why --- What is the ReasonD: How to Fix:

Sort: