docs: 更新项目环境搭建文档并添加volta配置
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

1. 补充Windows下Volta安装后的生效方式说明
2. 完善不同环境下Node版本安装指引
3. 新增volta命令无法识别的问题排查方案
4. 在package.json中添加volta的node版本配置
This commit is contained in:
sheng
2026-06-02 14:42:33 +08:00
parent 8b587163df
commit df11ca0db6
2 changed files with 58 additions and 19 deletions

View File

@@ -94,5 +94,8 @@
"repository": {
"type": "git",
"url": "https://github.com/d2-projects/d2-admin.git"
},
"volta": {
"node": "18.16.0"
}
}