我有我試圖啓動和運行,但是當我嘗試遷移數據庫,它說的exsisting Ruby on Rails項目:無法安裝特定的寶石
$ rake db:migrate
Could not find json-1.6.5 in any of the sources
當我再嘗試安裝特殊的寶石,它失敗了!
$ gem install json -v '1.6.5'
Fetching: json-1.6.5.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
/Users/dev/.rvm/rubies/ruby-1.9.2-p136/bin/ruby extconf.rb
creating Makefile
make
sh: make: command not found
Gem files will remain installed in /Users/dev/.rvm/gems/[email protected]/gems/json-1.6.5 for inspection.
Results logged to /Users/dev/.rvm/gems/[email protected]/gems/json-1.6.5/ext/json/ext/parser/gem_make.out
試過gem install libjson-ruby,但沒有找到它。當我谷歌 - 它看起來像它是Debian的寶石。我正在運行Mac.And當我做一個寶石名單--remote json沒有任何東西叫做libjson-ruby – lmkk