LoadError: Could not load the 'listen' gem (Rails 5)

前端 未结 10 575
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 05:36

I\'ve got an API mode Rails 5 app that won\'t let me run rake routes or rails s. The error I get is:

$ rake routes
rake aborted!
Lo         


        
10条回答
  •  独厮守ぢ
    2020-12-14 06:26

    I found an easy fix after a lot of trials of rebuild's

    bundle config --delete without
    bundle config --delete with
    bundle install
    

    If you accidentally built the gemset prior to seting your envirnoment correctly, then this may help clear out the problems.

提交回复
热议问题