-
-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
The Docker build fails because the Node.js version used in the Dockerfile does not satisfy the engines requirement defined in package.json.
The project requires:
node >= 24.11
npm >= 11.5.1
However, the Dockerfile currently uses an older Node version, which causes npm ci to fail with an EBADENGINE error during the Docker build.
Expected behavior
The Docker build should use a Node.js version that satisfies the engines requirement so that npm ci completes successfully without errors.
Screenshots
How to Reproduce
- Clone the asyncapi/generator repository.
- Build the Docker image using the existing Dockerfile.
- During the build process,
npm cifails with anEBADENGINEerror due to an unsupported Node.js version.
🖥️ Device Information [optional]
- Operating System (OS):Ubuntu 22.04
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
- I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working