Skip to content

Commit 1708a50

Browse files
committed
docs: update dev documents
1 parent 0c5a45c commit 1708a50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## ❖ 开发环境
2525
- Python 版本 >= 3.8
26-
- Node.js 版本 >= 14.17.6
26+
- Node.js 版本 >= 16.20.0
2727
- Docker
2828

2929
## ❖ 代码风格

docs/CONTRIBUTING_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For new feature additions, please first contact us directly via the contact info
2323

2424
## ❖ Development Environment
2525
- Python >= 3.8
26-
- node >= 14.17.6
26+
- node >= 16.20.0
2727
- docker
2828

2929
## ❖ Code Style

docs/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cp cmdb-api/settings.example.py cmdb-api/settings.py
4343
- 安装库
4444
- 后端: `cd cmdb-api && pipenv run pipenv install && cd ..`
4545
- 前端: `cd cmdb-ui && yarn install && cd ..`
46-
- node推荐使用14.x版本,推荐使用nvm进行nodejs版本管理:`nvm install 14 && nvm use 14`
46+
- node推荐使用16.x版本,推荐使用nvm进行nodejs版本管理:`nvm install 16 && nvm use 16`
4747
- 可以将 docs/cmdb.sql 导入到数据库里,登录用户和密码分别是:demo/123456
4848
- 创建数据库表: 进入**cmdb-api**目录执行 `pipenv run flask db-setup && pipenv run flask common-check-new-columns && pipenv run flask cmdb-init-cache`
4949
- 启动服务

0 commit comments

Comments
 (0)