ExecJS::RuntimeError on Windows trying to follow rubytutorial

后端 未结 13 2166
清歌不尽
清歌不尽 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:36

    Did you change the location of your code from C:\Users\this-user\yo-app?

    When I was young in rails I have created an app and the default location of my app was C:\Users\Duncan\my-app and then, when I changed my-app and placed it in D:\All-my-Apps-folder i had that error....

    I scratched my head, tried 1,2,3 and more .....nothing! Until I returned all code to default folder location and to my amazement, I was rolling again :)

    In case someone may find this useful (I can't explain why that happened, maybe someone may without speculation)

提交回复
热议问题