[chore] Update docs - node.js versions (#4414)

This commit is contained in:
filtered
2025-07-10 22:34:28 +10:00
committed by GitHub
parent eb63b5c536
commit 0b5ade3a3b
2 changed files with 2 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ Have another idea? Drop into Discord or open an issue, and let's chat!
### Prerequisites & Technology Stack ### Prerequisites & Technology Stack
- **Required Software**: - **Required Software**:
- Node.js (v16 or later) and npm - Node.js (v16 or later; v20/v22 strongly recommended) and npm
- Git for version control - Git for version control
- A running ComfyUI backend instance - A running ComfyUI backend instance

View File

@@ -14,7 +14,7 @@ Clone <https://github.com/Comfy-Org/ComfyUI_devtools> to your `custom_nodes` dir
_ComfyUI_devtools adds additional API endpoints and nodes to ComfyUI for browser testing._ _ComfyUI_devtools adds additional API endpoints and nodes to ComfyUI for browser testing._
### Node.js & Playwright Prerequisites ### Node.js & Playwright Prerequisites
Ensure you have Node.js v20 or later installed. Then, set up the Chromium test driver: Ensure you have Node.js v20 or v22 installed. Then, set up the Chromium test driver:
```bash ```bash
npx playwright install chromium --with-deps npx playwright install chromium --with-deps
``` ```