Answers for "tsc : File C:\Users\s1rbl4ck\AppData\Roaming\npm\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at"

0

tsc : File C:\Users\s1rbl4ck\AppData\Roaming\npm\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at

you have problem with `tsc app.js` tsc command which throw system error? do this:
Open your power shell -> (you can press WINDOWS + R and type powershell)
then put this command in powershell `set-executionpolicy remotesigned`
your done, nice job. Now continue your work ;)
Posted by: Guest on March-23-2022

Code answers related to "tsc : File C:\Users\s1rbl4ck\AppData\Roaming\npm\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language