ExecJS::RuntimeError on Windows trying to follow rubytutorial

后端 未结 13 2165
清歌不尽
清歌不尽 2020-11-22 07:27

UPDATE: Colin\'s suggestion of removing the line //= require_tree . has fixed the issue.

I have wasted over 2 days trying to follow every suggestion

13条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 07:35

    Quick and dirty solution: remove //= require_tree . from application.js.

    As I explain in the comments for the question, this doesn't actually solve the underlying issue that is causing the error, but merely sidesteps it.

提交回复
热议问题