Error when running rails app - ExecJS::RuntimeError

后端 未结 6 797
深忆病人
深忆病人 2020-11-29 11:07

I tried googling this and I haven\'t found an answer yet to my problem.

I am trying to run a simple controller script through rails and it is giving me this error wh

6条回答
  •  遥遥无期
    2020-11-29 11:33

    None of the above worked for me . . . I installed gem 'coffee-script-source', '1.8.0'.

    Then application started running without any problem.

提交回复
热议问题