如何在 vs code 中运行 ng (Anguar CLI) cmd 而不会出现错误

问题描述 投票:0回答:1

**我遇到了跟随错误,但现在 ng cmd 在 vs vode 中运行。 错误:**

 ng : File C:\Users\swami\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 .....
+ ~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

如果您遇到此类错误,请按照以下步骤解决错误。

  1. 右键单击左下角开始按钮,打开Windows Powershall(Admin)。
  2. 打开后,输入并运行:
    set-executionpolicy remotesigned
    然后输入
    A
    [A] Yes to All
  3. 关闭 Windows Powershall(管理员)。现在你可以在 vs code 中运行 ng cmd 了。

错误已解决

angular terminal command-line-interface ng
1个回答
0
投票

如果您遇到此类错误,请按照以下步骤解决错误。

  1. 右键单击左下角开始按钮,打开Windows Powershall(Admin)。
  2. 打开后,输入并运行:
    set-executionpolicy remotesigned
    然后输入
    A
    [A] Yes to All
  3. 关闭 Windows Powershall(管理员)。现在你可以在 vs code 中运行 ng cmd 了。

|错误已解决|

© www.soinside.com 2019 - 2024. All rights reserved.