前提・実現したいこと
railsアプリをデプロイしたいです。
bundle installのところでうまくいきません。
$bundle install --without production
自分のパソコンにはPostgreSQLは入っていないため、このようなオプションをつけています。
発生している問題・エラーメッセージ
$bundle install --without production
install: unrecognized option '--without'
Try 'install --help' for more information.
エラーメッセージ
該当のソースコード
ソースコード$bundle install --without production install: unrecognized option '--without' Try 'install --help' for more information.
試したこと
witoutがうまくいかないのか、$bundle installだけでもうまくいきませんでした
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/25 03:57