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

openid-client requires node version >=12.0.0 #518

Closed
CruScanlan opened this issue Jul 18, 2019 · 2 comments · Fixed by #521
Closed

openid-client requires node version >=12.0.0 #518

CruScanlan opened this issue Jul 18, 2019 · 2 comments · Fixed by #521

Comments

@CruScanlan
Copy link

I am trying to install kubernetes-client using yarn and it throws and error when installing the openid-client dependency as it requires a node version of 12 or later. According to the package file, kubernetes-client is supposed to support node version 8 or later. The current openid-client version required by kubernetes-client is 3.1.0 and will require a downgrade to version 2 to continue support for anything earlier than node version 12.

@silasbw
Copy link
Contributor

silasbw commented Jul 23, 2019

Include your suggested change with [email protected]

@panva
Copy link

panva commented Sep 9, 2019

When kubernetes-client drops support for Node 8 due to its upcoming EOL openid-client@^3.5.0 now supports node lts/dubnium as well (^10.13.0 || >=12.0.0)

kdamedhaar added a commit to kdamedhaar/k8-client that referenced this issue Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants