From de21fb92b729ead0971ad1549c02f8a394d6a5bb Mon Sep 17 00:00:00 2001 From: Tim_note Date: Sat, 8 Feb 2025 01:13:26 +0800 Subject: [PATCH] AA --- 進階_React框架/docs/Nodejs.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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