Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DevSpace is a self-hosted MCP server that lets ChatGPT read, edit, search, and r

## Installation

DevSpace requires Node `>=20.12 <27`. Node 22 LTS is recommended.
DevSpace requires Node `>=22.19 <27`.

Install the DevSpace CLI:

Expand Down
2 changes: 1 addition & 1 deletion docs/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you installed globally, confirm npm's global bin directory is on `PATH`.

## Unsupported Node Version

DevSpace requires Node `>=20.12 <27`.
DevSpace requires Node `>=22.19 <27`.

Check:

Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projects through DevSpace.

## Requirements

- Node `>=20.12 <27`; Node 22 LTS is recommended
- Node `>=22.19 <27`
- npm
- Git
- Bash, including Git Bash or WSL on Windows
Expand Down
115 changes: 68 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "dist/server.js",
"engines": {
"node": ">=20.12 <27"
"node": ">=22.19 <27"
},
"bin": {
"devspace": "dist/cli.js"
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"@clack/prompts": "^1.5.1",
"@earendil-works/pi-coding-agent": "^0.79.4",
"@earendil-works/pi-coding-agent": "^0.80.1",
"@modelcontextprotocol/ext-apps": "^1.7.2",
"@modelcontextprotocol/sdk": "^1.29.0",
"@pierre/diffs": "^1.2.5",
Expand All @@ -59,6 +59,7 @@
},
"overrides": {
"protobufjs": "7.6.4",
"ws": "8.21.0"
"ws": "8.21.0",
"undici": "8.5.0"
}
}
Loading