Answers for "c:\users\help.desk\appdata\roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system."

36

File C:\Users\Tariqul\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Posted by: Guest on May-31-2020
7

\ng.ps1 cannot be loaded because running scripts is disabled on this system.

Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "RemoteSigned"
Posted by: Guest on July-17-2020

Code answers related to "c:\users\help.desk\appdata\roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language