sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

Compatibility with Atom 1.7.0 #177

Open nschneid opened 8 years ago

nschneid commented 8 years ago

remote-edit shows up as an incompatible package:

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

remote-edit 1.8.24

  • keytar@3.0.0 – Module version mismatch. Expected 47, got 46.
stemd commented 8 years ago

You can fix it yourself, follow the steps:

  1. click the red icon in status tray named "Incompatible ..." something
  2. When new tab opens with above msg (keytar@3.0.0 – Module version mismatch. Expected 47, got 46) there is button on the right "Rebuild package(s)", click it.
  3. If it rebuilds without errors, you're done, reload atom and that's it.
  4. If you get error like "Package gnome-keyring-1 was not found" something and your OS is based on debian Linux, do:

sudo apt-get install libgnome-keyring-dev

Then click again button on the right "Rebuild package(s)"

  1. Step 3, or write here error(s) you got.
nschneid commented 8 years ago

Thanks, it rebuilt without errors. (But should the user have to go through these steps in the first place?)