need help setting up ruby on rails javascript runtime environment

前端 未结 6 2363
一向
一向 2021-02-14 11:14

I\'m having trouble setting up ruby on rails on my machine. I\'ve been following the book \"Agile Web Development with Rails\" and up until now everything has been going fine.<

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-14 12:14

    If you're using Pacman packet manager you should use:

    # pacman -S nodejs 
    

    or

    $ sudo pacman -S nodejs
    

提交回复
热议问题