athityakumar / colorls

A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada:
MIT License
4.9k stars 387 forks source link

can't find gem colorls (>= 0.a) with executable colorls (Gem::GemNotFoundException) #603

Closed JasonEnojardo closed 11 months ago

JasonEnojardo commented 11 months ago

Description

Thanks for opening this issue. Add a brief description of what this issue is, and how to recreate it. Do tag the relevant issue(s) and PR(s) below. If required, add some screenshot(s) to showcase the issue.

Hello,

My machine is a MacBook Pro on MacOS Sonoma 14.0

I had installed cocoapods and prior to that, to install cocoa pods, I ran brew install chruby ruby-install. Then after my ls command gave me this error,

/Library/Ruby/Site/2.6.0/rubygems.rb:264:in find_spec_for_exe': can't find gem colorls (>= 0.a) with executable colorls (Gem::GemNotFoundException) from /Library/Ruby/Site/2.6.0/rubygems.rb:283:inactivate_bin_path' from /usr/local/bin/colorls:23:in `

'

To be honest I'm not to sure what happened so I reinstalled colorls but that did not fix the issue. I'm sorry if this issue is kind of vague but I can't find others that had this issue.

  • Relevant Issues : (none)
  • Relevant PRs : (none)
  • Type of issue :
    • [ ] Installation
    • [ ] Font-related
    • [ ] Feature request
    • [] Bug in existing feature
    • [ ] Developer mode : Code quality / Tests / Documentation