2015年6月19日 星期五

The 'json' native gem requires installed build tools. 錯誤

在剛開始 rails new site_name 的時候,可能會發生 Gem::InstallError: The 'json' native gem requires installed build tools. 這樣的錯誤,解決方式如下:

下載 DevKit: http://rubyinstaller.org/downloads/

然後執行程式,解壓縮在一個目錄下:
然後執行指令:
Command line:
cd **你剛剛的位置**
ruby dk.rb init
ruby dk.rb review
ruby dk.rb install

接下來安裝:
gem install json --platform=ruby
這個錯誤便能解決了


對了,執行buldle install之後,請不要把DevKet(你剛剛下載的)資料夾刪除,會造成無法安裝成功

沒有留言:

張貼留言

© Mac Taylor, 歡迎自由轉貼。
Background Email Pattern by Toby Elliott
Since 2014