aa
This commit is contained in:
parent
d30959f0c6
commit
0e4922990e
@ -35,8 +35,10 @@ npm 本身是 **JavaScript 寫成的工具**,需要 Node.js 在背景執行來
|
||||
### 1. 下載與安裝 Node.js(自動附帶 npm)
|
||||
官方下載連結:[Node.js 官網](https://nodejs.org/)(建議下載 LTS 版本)
|
||||
|
||||
### 2. 在Vscode檢查安裝是否成功
|
||||
### 2. 在Vscode終端檢查安裝是否成功
|
||||
```
|
||||
node -v # 檢查 Node.js 版本
|
||||
npm -v # 檢查 npm 版本
|
||||
```
|
||||
### 3. 如果遇到無法使用npm指令?
|
||||
![image](../assets/npmbug1.JPG)
|
||||
|
Loading…
Reference in New Issue
Block a user