J'ai commencé à apprendre Angular mais je note que powershell dans Windows me donne une erreur chaque fois que je fais une commande angulaire comme :
ng new new-app
ou alors
ng serve
voici l'erreur que j'ai :
ng : File C:\Users\< username >\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
+ ~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS J'essaie ces commandes dans cmd et cela fonctionne.