
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【Rails】Railsサーバーを別のポート番号で起動しようとしたら、Could not find server "-p 8081". Run `rails server --help` for more options.と言われた時の対処法 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【Rails】Railsサーバーを別のポート番号で起動しようとしたら、Could not find server "-p 8081". Run `rails server --help` for more options.と言われた時の対処法 - Qiita
rails s -p 8081 DEPRECATION WARNING: Passing the Rack server name as a regular argument is depre... rails s -p 8081 DEPRECATION WARNING: Passing the Rack server name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -u option instead. (called from <top (required)> at /home/ubuntu/environment/プロジェクト名/bin/rails:9) Could not find server "-p 8081". Run `rails server --help` for more options. 翻訳すると、 「非推奨の警告:Rackサーバー名を通常の引数として渡すことは非推奨であり、次のRailsバージョンで削除