-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
build-failuredependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Build Failure During Dependency Update
The dependency update process failed due to a Node.js version incompatibility.
Error Details
error chartgen@10.0.0: The engine "node" is incompatible with this module. Expected version ">=22". Got "20.20.1"
error Found incompatible module.
Environment
- Package Manager: yarn v1.22.22
- Current Node.js: 20.20.1
- Required Node.js: >=22
Resolution Required
The project requires Node.js version 22 or higher. Please either:
- Update the CI/CD environment to use Node.js 22+
- Adjust the engine requirement in package.json if Node.js 20 support is intended
Command That Failed
yarn install
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
build-failuredependenciesPull requests that update a dependency filePull requests that update a dependency file