mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
docs: add oxlint troubleshooting section and remove hardcoded values
Add linting issues (oxlint) FAQ section covering disable syntax, upgrade breakage, type-aware mode failures, and duplicate errors. Replace hardcoded Node version (v24) with .nvmrc references across TROUBLESHOOTING.md, CONTRIBUTING.md, and browser_tests/README.md to prevent stale docs. Generalize workspace filter examples to reference pnpm-workspace.yaml instead of hardcoding package names. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ cp -r tools/devtools/* /path/to/your/ComfyUI/custom_nodes/ComfyUI_devtools/
|
||||
|
||||
### Node.js & Playwright Prerequisites
|
||||
|
||||
Ensure you have the Node.js version from `.nvmrc` installed (currently v24).
|
||||
Ensure you have the Node.js version specified in `.nvmrc` installed.
|
||||
Then, set up the Chromium test driver:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user