metaskills / less-rails

:-1: :train: Less.js For Rails

Home Page:http://github.com/metaskills/less-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not read gem less-2.6.0

avijit-mandal opened this issue · comments

while bundle install i am getting this error.

Bundler::GemspecError: Could not read gem at /home/avijit/.rvm/gems/ruby-2.2.2/cache/less-2.6.0.gem. It may be corrupted.
An error occurred while installing less (2.6.0), and Bundler cannot continue.
Make sure that gem install less -v '2.6.0' succeeds before bundling.

so i tried gem install less -v '2.6.0' and got this problem.

ERROR: Error installing less:
invalid gem: package is corrupt, exception while verifying: undefined method `size' for nil:NilClass (NoMethodError) in /home/avijit/.r

please suggest some solution to install gem less-rails

  1. it works for me, ensure you can install another gem
  2. please open this problem in less gem (this is less-rails)

sorry, and thank you.
it's been resolved. removing old cache done everything.
thank you for your quick reply.