搜尋

首頁  >  問答  >  主體

touch :無法載入檔案 C:\Users\AppData\Roaming\npm\touch.ps1,因為在此系統上停用執行腳本

我是學習 React 和 Node.js 的初學者。當我在伺服器中運行 touch 'index.js' 命令時,它顯示 'touch :無法載入檔案 C:\Users\sandu\AppData\Roaming\npm\touch.ps1,因為在此系統上停用了執行腳本。欲了解更多信息,請參閱

about_Execution_Policies 位於 https://go.microsoft.com/fwlink/?LinkID=135170。 在行:1 字元:1

##%2
P粉905144514P粉905144514306 天前487

全部回覆(1)我來回復

  • P粉384244473

    P粉3842444732024-03-27 10:58:48

    Sanduni 似乎您需要在 Powershell 上將執行策略設為 RemoteSigned。只需在 powershell 上執行以下命令即可。

    Set-ExecutionPolicy –ExecutionPolicy RemoteSigned

    回覆
    0
  • 取消回覆