This commit is contained in:
Tim_note 2025-02-08 01:13:26 +08:00
parent 0e4922990e
commit de21fb92b7

View File

@ -42,3 +42,11 @@ npm -v # 檢查 npm 版本
```
### 3. 如果遇到無法使用npm指令?
![image](../assets/npmbug1.JPG)
#### a.在「開始功能表」搜尋 PowerShell
#### b.右鍵「以系統管理員身份執行」
```
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```
```
Y
```