rails c not working in rails 5

前端 未结 5 1987
太阳男子
太阳男子 2021-02-07 10:45

On using the command in terminal inside a rails 5 application

rails c

the error thrown is given bellow. I have no idea what this means in a si

5条回答
  •  轮回少年
    2021-02-07 11:27

    This is a standard fix to this issue try this.. It should get you going

    brew rm -f readline
    
    brew install readline
    
    brew link readline --force
    

    here is a reference link rails console doesn't load due to libreadline

提交回复
热议问题