Wednesday, February 16, 2022

tsc.ps1 is not digitally signed error in typescript

 If you want to compile your typescript file  and getting blow error the solution for this error is below. 



Solution :- 

Open you PowerShell window in administrator mode.


You can run this in PowerShell command.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned


Thank you ! Hope it is help

No comments:

Post a Comment