Can't install JSON gem

前端 未结 7 543
被撕碎了的回忆
被撕碎了的回忆 2021-01-02 02:46

I need to install json because I get this error:

Could not find json-1.4.6 in any of the sources

I ran gem install json and b

7条回答
  •  不思量自难忘°
    2021-01-02 03:14

    I had this problem when trying to build a website with Jekyll.

    Turned out I hadn't followed all the instructions at https://jekyllrb.com/docs/installation/ubuntu/

    I don't know if it was the missing packages or commands into ~/.bashrc but it fixed the problem in two instances of Ubuntu in WSL

提交回复
热议问题