J'ai commencé à apprendre Angular mais je note que PowerShell dans Windows me donne une erreur chaque fois que je fais une commande angular comme:
ng new new-app
ou
ng serve
c'est l'erreur que j'ai eue:
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
P.S. J'essaie ces commandes en cmd et ça marche.
ouvrez Windows PowerShell, exécutez-le en tant qu'administrateur et définissez la stratégie d'exécution sur Non restreint, cela fonctionnera.