AA
This commit is contained in:
parent
0e4922990e
commit
de21fb92b7
@ -42,3 +42,11 @@ npm -v # 檢查 npm 版本
|
|||||||
```
|
```
|
||||||
### 3. 如果遇到無法使用npm指令?
|
### 3. 如果遇到無法使用npm指令?
|
||||||
![image](../assets/npmbug1.JPG)
|
![image](../assets/npmbug1.JPG)
|
||||||
|
#### a.在「開始功能表」搜尋 PowerShell
|
||||||
|
#### b.右鍵「以系統管理員身份執行」
|
||||||
|
```
|
||||||
|
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
|
```
|
||||||
|
```
|
||||||
|
Y
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user