Rails, rake does not work

后端 未结 3 1151
执念已碎
执念已碎 2021-02-04 11:43

I\'ve been trying to use Rails and when I use rake, I get this error. Any suggestions on which run time should I use?

ngzhongqin@ngzhongqin-linux:~/RailsProjects         


        
3条回答
  •  Happy的楠姐
    2021-02-04 12:15

    I have installed the gem therubyracer, execjs, mustang but nothing worked.

    On my linux (ubuntu) the command

    sudo apt-get install nodejs
    

    did the job finally for me.

    May be this post could also be helpful: https://github.com/intridea/rails_wizard/issues/31

提交回复
热议问题