You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install via MELPA. I didn't previously have counsel installed, and it failed to install it. It seems to depend on the ivy package, but on the swiper file which is (presumably) in the swiper package which was not installed automatically.
On the other hand, the swiper package depends on ivy, so it seems that this should depend on swiper instead. And perhaps the counsel package as well (or maybe the name is wrong)?
Compiling file /Users/iandrus/.emacs.d/elpa/counsel-jq-20191202.846/counsel-jq.el at Mon Dec 2 14:09:55 2019
Entering directory ‘/Users/iandrus/.emacs.d/elpa/counsel-jq-20191202.846/’
counsel-jq.el:12:1:Error: Cannot open load file: No such file or directory, swiper
The text was updated successfully, but these errors were encountered:
Thank you for the issue, @gvol and thank you for the comment @To1ne 🙏
I added swiper as a direct dependency. After the next build of Melpa packages, installation should work without pre-installed Swiper.
I apologize for the mistake. I removed it due to a linter problem that said swiper wasn't installable. However, after a package refresh, it becomes installable..
I tried to install via MELPA. I didn't previously have counsel installed, and it failed to install it. It seems to depend on the ivy package, but on the swiper file which is (presumably) in the swiper package which was not installed automatically.
On the other hand, the swiper package depends on ivy, so it seems that this should depend on swiper instead. And perhaps the counsel package as well (or maybe the name is wrong)?
The text was updated successfully, but these errors were encountered: