Powershell

Powershell Errors

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

Steps to fix
In powershell execute the following commands

  • Get-ExecutionPolicy -List
  • Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

References