romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

Dependency issue on Atom >= v1.0.12. #63

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello

It seems that in Atom v1.0.12 something is now going wrong with the pty.js dependency. The 'Incompatible Packages' logo is shown and Atom indicates that Termrk is incompatible with the following error:

Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom.

pty.js@0.2.13 – Module version mismatch. Expected 44, got 43.

I suspect this has something to do with the upgrade to Chromium 43 and io.js 2.3.1, but I'm not sure.

Thanks in advance

ghost commented 9 years ago

This can be closed; it turns out this was an Atom bug, which is now resolved in Atom v1.0.15, where you could not request the package to be rebuilt from the incompatibility screen. After rebuilding it there and restarting, it now works again.

Sorry for bothering you with this.

romgrk commented 9 years ago

No problem!