顯示具有 因為這個系統已停用指令碼執行 標籤的文章。 顯示所有文章
顯示具有 因為這個系統已停用指令碼執行 標籤的文章。 顯示所有文章

2020年3月20日 星期五

[React] 開發環境 vscode 出現 檔案無法載入,因為這個系統已停用指令碼執行 for win 10 安裝 yarn

[React]開發環境 vscode 出現 檔案無法載入,因為這個系統已停用指令碼執行 for win 10

使用 系統管理員身分執行 PowerShell
輸入Set-ExecutionPolicy RemoteSigned
然後按 Y
就可以使用 create-react-app my-app 指令


npm install -g yarn