Skip to content

Commit

Permalink
Update nodejs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood authored Nov 25, 2023
1 parent 7990672 commit b6be8c0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/guide/setup-runtime/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
- `./win-x64/node.exe` 为绿色单文件
- 安装过程,选项全部默认

## 2. 安装项目依赖
## 2. 下载项目源代码

## 3. 安装项目依赖

下面提供 `从项目下载``从本地安装` 两种方式, 二选一即可

### 2.1 从项目下载 (建议)
### 3.1 从项目下载 (建议)


<details>
Expand All @@ -40,7 +42,7 @@
</details>


### 2.2 从本地安装
### 3.2 从本地安装

<details>

Expand All @@ -51,15 +53,18 @@
npm i
```
::: warning
如果安装以来过程中大量报错,特别是有 `node-gyp` 字样的,建议使用 [2.1 从项目下载] 的方式解决
如果安装以来过程中大量报错,特别是有 `node-gyp` 字样的,建议使用 [3.1 从项目下载] 的方式解决

其他的参考报错提示处理
:::


</details>

## 3. 启动程序
## 4. (可选)启动程序

项目一般会说明启动方式(`npm run xxxx`), 如果没有, 可以参考以下


::: warning
项目启动方式并不唯一, 下面为常用的项目启动方式, 仅供参考
Expand Down

0 comments on commit b6be8c0

Please sign in to comment.