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

Error starting up pty Error: node-loader after brew install #9328

Closed
jmjava opened this issue Mar 23, 2023 · 3 comments · Fixed by #9329
Closed

Error starting up pty Error: node-loader after brew install #9328

jmjava opened this issue Mar 23, 2023 · 3 comments · Fixed by #9329

Comments

@jmjava
Copy link

jmjava commented Mar 23, 2023

I am trying to use kui installed with brew on my M1 Mac Ventura system

brew install kui

I have tried several versions of Node.js - currently trying with this version

Node.js v18.12.1

when i execute:

kubectl-kui get pods.

I get the following error:

Error starting up pty Error: node-loader:
Error: The module '/Applications/Kui.app/Contents/Resources/app/dist/headless/pty.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 99. This version of Node.js requires
NODE_MODULE_VERSION 110. Please try re-compiling or re-installing

I try reinstalling the module listed with npm rebuild /Applications/Kui.app/Contents/Resources/app/dist/headless/pty.node but it does not fix the issue.

I do get a window that lists the pods but it doesn't appear to be functioning fully. The Terminal tab does not work.

Also, with Tekton pipelines, I do not get the "Flow" view.

@starpit
Copy link
Contributor

starpit commented Mar 25, 2023

hello there, thanks for opening the issue.

re: tekton, we have moved this to a separate repo. you can see it in action here: https://tekton.guidebooks.dev/
there, you will find a link to the github repo. we aren't sure what to do with this part. let us know if you have ideas!

@starpit
Copy link
Contributor

starpit commented Mar 25, 2023

re: pty, we shall investigate.

@starpit
Copy link
Contributor

starpit commented Mar 26, 2023

a pty fix has been released in 13.1.3

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.

2 participants