Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace lodash to lodash-es #211 #218

Closed
wants to merge 13 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: update COMMIT.md and COMMIT-zh-CN.md
XiaoDaiGua-Ray committed May 12, 2024
commit 37ff9110b635497ef2972f544837c303a650fbfe
15 changes: 15 additions & 0 deletions .github/COMMIT-zh-CN.md
Original file line number Diff line number Diff line change
@@ -22,3 +22,18 @@
feat: your commit

```

### 📌 可能存在的问题

如果运行 `pnpm docs:dev` 提示报错,可以尝试一下以下操作:

- 检查 `node` 版本: 建议使用 `node 16`, `node 18` 版本开发
- 构建包后再运行: `pnpm build` 后再运行 `pnpm docs:dev`

```bash
# 构建包
pnpm build

# 运行文档
pnpm docs:dev
```
15 changes: 15 additions & 0 deletions .github/COMMIT.md
Original file line number Diff line number Diff line change
@@ -20,3 +20,18 @@
feat: your commit

```

### 📌 Possible Problems

If running 'pnpm docs:dev' prompts an error, try the following:

- Check 'node' version: It is recommended to use 'node 16', 'node 18' version development
- build and run: 'pnpm build and run' pnpm docs:dev '

```bash
# build project
pnpm build

# run docs
pnpm docs:dev
```