“sh: make: command not found” when running “$ bundle” after adding redcarpet gem to Rails app

后端 未结 6 893
失恋的感觉
失恋的感觉 2021-02-08 12:29

I\'m getting the following when running \"$ bundle\" after adding \"gem \'redcarpet\'\" to Gemfile:

$ bundle
...
Using paperclip (2.3.11) 
Using passenger (3.0.7         


        
6条回答
  •  既然无缘
    2021-02-08 13:01

    You simply need to install make!

    RHEL-based:

    yum install make

    Debian-based

    apt-get install make

提交回复
热议问题