rake db:create - Could not find a JavaScript runtime

后端 未结 6 1549
后悔当初
后悔当初 2021-02-05 08:06

Here is the error I get:

sergio@sergio-VirtualBox:~/blog$ rake db:create
rake aborted!
Could not find a JavaScript runtime. See https://github.com/sstephenson/ex         


        
6条回答
  •  旧巷少年郎
    2021-02-05 08:29

    Have you installed Node.js on your computer yet? It needs to be installed on your computer as well.

    here is the link to download, http://nodejs.org/#download

提交回复
热议问题