An error occurred while installing debugger-linecache (1.1.1), and Bundler cannot continue

前端 未结 3 1231
无人及你
无人及你 2021-01-30 18:10

Any idea how to fix this?

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/home/durrantm/.rvm/rubies/ruby-1.9.3-p194/bin/ruby          


        
3条回答
  •  囚心锁ツ
    2021-01-30 18:22

    open terminal, go to project directory and remove Gemfile.lock using

     rm Gemfile.lock
    

    to remove Gemfile.lock and run

    bundle install 
    

    which will create new Gemfile.lock so its easy to do it :)

    worked for me.

提交回复
热议问题