filmov
tv
ng serve #Error #AngularError #execution policy

Показать описание
ng serve :
signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see
At line:1 char:1
+ ng serve
+ ~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
..........................................................................................................................
Let's see How to fix ..........
1) Open PowerShell and Run as Administrator
2)Get-ExecutionPolicy
(It may be on AllSigned , Restricted &......)
3)Set-ExecutionPolicy Unrestrict
4)Y
Like Share And Subscribe ChinsAcademy
signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see
At line:1 char:1
+ ng serve
+ ~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
..........................................................................................................................
Let's see How to fix ..........
1) Open PowerShell and Run as Administrator
2)Get-ExecutionPolicy
(It may be on AllSigned , Restricted &......)
3)Set-ExecutionPolicy Unrestrict
4)Y
Like Share And Subscribe ChinsAcademy