Добавить
Уведомления

ng serve #Error #AngularError #execution policy

ng serve : ng : File C:\Users\AppData\Roaming\npm\ng.ps1 cannot be loaded. The file C:\Users\chint\AppData\Roaming\npm\ng.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 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

Иконка канала JavaScript и Dart
36 подписчиков
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

ng serve : ng : File C:\Users\AppData\Roaming\npm\ng.ps1 cannot be loaded. The file C:\Users\chint\AppData\Roaming\npm\ng.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 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

, чтобы оставлять комментарии