viddo / recent-files-fuzzy-finder

Atom package to quickly find recently opened files
https://atom.io/packages/recent-files-fuzzy-finder
MIT License
18 stars 7 forks source link

Failed installation on OS X #14

Closed vinkla closed 8 years ago

vinkla commented 8 years ago

Tried installing this package in Atom 1.2.4 on OS X 10.11.1 but it failed?

screen shot 2015-12-02 at 1 20 13 pm
viddo commented 8 years ago

Can you reproduce it? If yes, can you paste here what's displayed under "Show output…"? It's hard to tell what's wrong without more to go on :confused:

vinkla commented 8 years ago

I can reproduce it, here is my output:

  1. https://vink.la/ag0UcW9
  2. https://vink.la/B1AzSr4

Doesn't seem to be able to copy/paste the output.

viddo commented 8 years ago

A dependency was updated just recently that requires a recent version of atom (1.2.0), this dependency have some native bindings that needs to be built on install, looking at the stack trace from the output you pasted it seems to be running using an older version of atom (1.0.19) to build it which fails for some reason.

Could you try to update the cask install of atom and retry the install to see if that solves it?

vinkla commented 8 years ago

Thanks for getting back. Are you referring to the folder name? If so, in the current flow of Homebrew Cask they don't update the version folder even though I update the application https://vink.la/80zInv2

viddo commented 8 years ago

Ah ok, I misinterpreted that then.

I've been trying to reproduce your scenario but nothing so far. I'm still on Yosemite 10.10.5 though, so I guess it's possible that the CLI tools differs.

Anyway, I've been planning on removing that dependency to avoid headaches like this, so far it have only created more headaches than it solves… unfortunately won't have time for another week or so. :(

vinkla commented 8 years ago

Okay, no worries. Let me know how it goes :)

viddo commented 8 years ago

Should be fixed now, as of v0.2.3

vinkla commented 8 years ago

Thanks, now it works much better!