diff --git a/進階_React框架/docs/Nodejs.md b/進階_React框架/docs/Nodejs.md index f96065c..10ca605 100644 --- a/進階_React框架/docs/Nodejs.md +++ b/進階_React框架/docs/Nodejs.md @@ -42,3 +42,11 @@ npm -v # 檢查 npm 版本 ``` ### 3. 如果遇到無法使用npm指令? ![image](../assets/npmbug1.JPG) +#### a.在「開始功能表」搜尋 PowerShell +#### b.右鍵「以系統管理員身份執行」 +``` +Set-ExecutionPolicy RemoteSigned -Scope CurrentUser +``` +``` +Y +``` \ No newline at end of file