-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not working in latest Atom version 1.47.0 #132
Comments
Having this issue as well. |
Also here |
Had same problem, this fork seems to get around the issue for me: https://github.com/samuelivarsson/atom-iv-terminal |
On Atom 1.50.0 it is working for me. Had to rebuild the package after Atom update, but it is working. |
also here same problem |
As an update to my previous comment, the X-terminal is the kind of the unofficial - official terminal for atom with several people working on it. So I'd recommend that one now. Even though it's not perfect, if you make an issue people will respond. |
I recompiled the plugin using the Atom facility, it is working now. |
node-pty-prebuilt-multiarch@0.9.0 – The module '~/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 69. This version of Node.js requires NODE_MODULE_VERSION 70. Please try re-compiling or re-installing the module (for instance, using
npm rebuild
ornpm install
).Atom 1.47.0
Node v12.0.0
Tried to run
npm rebuild
andnpm install
but no luck.Also tried to remove node_modules and run
npm install
again.Uninstalling and installing it again also does not fix this.
I love terminal-tab, hope this gets fixed soon.
Thanks
The text was updated successfully, but these errors were encountered: