Answers for "error while creating angular project " cannot be loaded because running scripts is disabled on this system"

3

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

Set-ExecutionPolicy Unrestricted
Posted by: Guest on June-12-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 "error while creating angular project " cannot be loaded because running scripts is disabled on this system"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language