mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
docs: align getting-started Node.js requirement with package engines (#622)
Fixes misleading npm install prerequisite (24.15.0) so docs match apps/kimi-code package.json engines.node >=22.19.0. Co-authored-by: cyning <cyning12@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: liruifengv <liruifeng1024@gmail.com>
This commit is contained in:
parent
296142544e
commit
42a104a840
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ The script automatically downloads the latest release, verifies the checksum, an
|
|||
|
||||
### npm installation
|
||||
|
||||
Requires Node.js 24.15.0 or later:
|
||||
Requires Node.js 22.19.0 or later:
|
||||
|
||||
```sh
|
||||
node --version
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ irm https://code.kimi.com/kimi-code/install.ps1 | iex
|
|||
|
||||
### npm 安装
|
||||
|
||||
需要 Node.js 24.15.0 或更高版本:
|
||||
需要 Node.js 22.19.0 或更高版本:
|
||||
|
||||
```sh
|
||||
node --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue