執行ng serve出現無法載入檔案ng.ps1的解決方法

龙剑伟發表於2024-07-02

錯誤:
ng serve
ng : 無法載入檔案 C:\Users\無密碼\AppData\Roaming\npm\ng.ps1。未對檔案 C:\Users\無密碼\AppData\Roaming\npm\ng.ps1 進行數字簽名
。無法在當前系統上執行該指令碼。有關執行指令碼和設定執行策略的詳細資訊,請參閱 https:/go.microsoft.com/fwlink/?LinkID=135170 中的
about_Execution_Policies。
所在位置 行:1 字元: 1

  • ng serve
  • ~~
    • CategoryInfo : SecurityError: (😃 [],PSSecurityException
    • FullyQualifiedErrorId : UnauthorizedAccess

解決方法:
用管理員身份開啟powershell, 然後 執行 Set-ExecutionPolicy RemoteSigned

相關文章