sandbox-memo

開発してて出たエラーをメモる場所

2018-11-01から1ヶ月間の記事一覧

rails new blogしたらエラーでた

Getting Started with Rails — Ruby on Rails Guides rails new blog したら以下のようなエラーがでた。 An error occurred while installing sqlite3 (1.3.13), and Bundler cannot continue. Make sure that `gem install sqlite3 -v '1.3.13' --source 'h…

rake db:createしようとしたらエラーが出た②

sandbox-memo.hatenablog.com のあと、rake db:create:all をしてみたら別のエラーが出るようになった。 ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. という…

rake db:createしようとしたらエラーが出た②

sandbox-memo.hatenablog.com のあと、rake db:create:all をしてみたら別のエラーが出るようになった。 ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. という…

rake db:createしようとしたらエラーが出た①

qiita.com のデータベースの作成のとこでつまずき。 rake db:create:all したらエラーが出て You have already activated rake 12.3.0, but your Gemfile requires rake 12.3.1. Prependingbundle execto your command may solve this. と言われてしまった。…

vagrant synced_folderをnfsモードにしようとしたらエラー出た

qiita.com を見ながら環境構築してたらエラーでたのでメモ。 config.vm.synced_folder ".", "/vagrant", type: "nfs" vagrant reload したら NFS requires a host-only network to be created. Please add a host-only network to the machine (with either …