Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] incompatible error while building frontend image #10770

Closed
YuriJin-Unity opened this issue May 1, 2024 · 3 comments · Fixed by #10794
Closed

[frontend] incompatible error while building frontend image #10770

YuriJin-Unity opened this issue May 1, 2024 · 3 comments · Fixed by #10794

Comments

@YuriJin-Unity
Copy link

Environment

  • How did you deploy Kubeflow Pipelines (KFP)?

N/A

  • KFP version:

N/A

Steps to reproduce

Git clone this repo with the master branch (the last commit e9d6876)
Build the frontend image
docker build -t frontend:latest -f frontend/Dockerfile .

Error:

#14 451.5 [2/4] Fetching packages...
#14 469.3 error @aws-sdk/[email protected]: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.21.3"
#14 469.3 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
#14 469.3 error Found incompatible module.

Expected result

Build the docker image successfully

Materials and Reference


Impacted by this bug? Give it a 👍.

@YuriJin-Unity
Copy link
Author

There was a similar issue in the past, but it was resolved in v2.0.0
#9804

@YuriJin-Unity
Copy link
Author

YuriJin-Unity commented May 2, 2024

After upgrading some components below, the image was built successfully. If there are no issues with this version, why not upgrade?

  • node 14.21.3 -> 18.0.0
  • craco/craco 6.2.0 -> 7.0.0

@orfeas-k
Copy link

@YuriJin-Unity Is this getting backported to 2.2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants