Every time I try to run my Angular project or any ng command, I keep encountering the following error message:
ng : File C:\Users\achra\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. At line:1 char:1
- ng v
- ~~
- CategoryInfo : SecurityError: (:) [], PSSecurityException
- FullyQualifiedErrorId : UnauthorizedAccess
Can anybody help with a solution? I am new to Angular and just started learning!
Thank you for your attention. I am eager to hear your responses.