Ao executar o comando ng dentro do PowerShell do VSCode, estou recebendo a seguinte mensagem de erro:
> ng serve --o
ng : File C:\Users\meuUsuario\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 serve --o
+ ~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Como resolver esse problema?