Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)

后端 未结 9 1423
甜味超标
甜味超标 2021-01-30 03:58

My website has been broken since Dreamhost upgraded their servers a couple of weeks ago. I have been tearing my hair out trying to get it fixed and made some progress but am stu

9条回答
  •  时光取名叫无心
    2021-01-30 04:28

    I would suggest installing Nodejs. It worked for me.

    Just go to your terminal and type in :

    sudo apt-get install node.js

    Enter your password...And press 'Y' whenever it asks for a confirmation. I hope this helps !!!

提交回复
热议问题