Brand new rails app, can't generate scaffold

前端 未结 2 1581
轻奢々
轻奢々 2021-01-19 01:14

Although I\'m not an expert, I\'ve developed a few rails apps in-house to use for some relatively small/medium sized projects and haven\'t had any issues as similar to this

2条回答
  •  独厮守ぢ
    2021-01-19 01:53

    I think the problem is you have already installed sqlite 1.4 installed in your system. Could you please try removing it first and then try bundle install.

    If that doesn't work try following commands:

    bundle clean --force
    bundle install
    

提交回复
热议问题