ruby on rails 常見配置錯誤解決

來源:互聯網
上載者:User

標籤:

error:in `require‘: cannot load such file -- sqlite3/sqlite3_native (LoadError)

先刪除 Ruby下的D:\Ruby22-x64\lib\ruby\gems\2.2.0\cache目錄;然後在cmd中輸入:gem install sqlite3;最後進入D:\Ruby22-x64\lib\ruby\gems\2.2.0\specifications目錄,找到sqlite3-1.3.10-x64-mingw32.gemspec檔案,將s.require_paths=["lib"]改成s.require_paths= ["lib/sqlite3_native"]

 error:D:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/execjs-2.6.0/lib/execjs/runtimes `autodetect‘: Could not find a JavaScript runtime. See https://github.

/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)

實際報錯資訊都已經給出來瞭解決連結https://github.com/sstephenson/execjs,在上邊的報錯資訊中看過後直接安裝這個就行了therubyracer參考該外掛程式的說明:https://github.com/sstephenson/execjs#readme安裝命令#gem install therubyracer

 

ruby on rails 常見配置錯誤解決

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.