ng : File C:\Users\u\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170. code example

Example 1: ng cannot be loaded

run the below command 

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Example 2: The file C:\Users\user\AppData\Roaming\npm\ng.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Tags:

Misc Example