asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Not able to install via use-package: Required package ‘inflections-1.1’ is unavailable #159

Closed fapdash closed 2 years ago

fapdash commented 2 years ago

Config:

(use-package projectile-rails
  :ensure t
  :config
  (add-hook 'projectile-mode-hook 'projectile-rails-on))

I'm installing from Melpa.

Error:

Unable to activate package ‘projectile-rails’.
Required package ‘inflections-1.1’ is unavailable

Manual installation worked though.

purcell commented 2 years ago

Weird, inflections is definitely there in MELPA: https://melpa.org/#/inflections

I don't think this issue is at all specific to projectile-rails.

fapdash commented 2 years ago

Weird, but I also don't have time to investigate further. Sorry for the confusion, closing.