[PR #32440] docs(web): clarify Node version compatibility and development notes #33745

Open
opened 2026-02-21 20:53:48 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/32440

State: open
Merged: No


What

Clarifies Node.js version compatibility and improves development setup documentation for the web frontend.

Why

New contributors may encounter confusion around Node version requirements:

  • package.json specifies >=24
  • Some users attempt to use Node 22 and encounter warnings
  • Previous README did not clearly explain compatibility expectations

This update improves onboarding clarity and reduces setup friction.

Scope

Documentation-only changes:

  • Clarified Node version requirements
  • Referenced .nvmrc for version alignment
  • Improved Windows/PowerShell guidance
  • Added troubleshooting notes

No application logic or runtime behavior was modified.

Verification

  • Only 2 documentation files changed
  • No code modifications
  • Clean git diff with minimal surface area
  • Pre-commit hooks pass
**Original Pull Request:** https://github.com/langgenius/dify/pull/32440 **State:** open **Merged:** No --- ## What Clarifies Node.js version compatibility and improves development setup documentation for the web frontend. ## Why New contributors may encounter confusion around Node version requirements: - `package.json` specifies `>=24` - Some users attempt to use Node 22 and encounter warnings - Previous README did not clearly explain compatibility expectations This update improves onboarding clarity and reduces setup friction. ## Scope Documentation-only changes: - Clarified Node version requirements - Referenced `.nvmrc` for version alignment - Improved Windows/PowerShell guidance - Added troubleshooting notes No application logic or runtime behavior was modified. ## Verification - Only 2 documentation files changed - No code modifications - Clean git diff with minimal surface area - Pre-commit hooks pass
yindo added the pull-request label 2026-02-21 20:53:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33745