質問編集履歴

2

タイトルの変更

2021/10/04 15:29

投稿

kanta_m
kanta_m

スコア16

test CHANGED
@@ -1 +1 @@
1
- rails sを実行するとRuntimeErrorが発生
1
+ UbuntuでRubyのサーバーを起動しようとするがrails sを実行するとRuntimeErrorと表示され困っています。
test CHANGED
File without changes

1

エラーコードの修正

2021/10/04 15:29

投稿

kanta_m
kanta_m

スコア16

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,8 @@
26
26
 
27
27
  <エラーコード>
28
28
 
29
+ ```
30
+
29
31
  /var/lib/gems/2.5.0/gems/railties-6.1.4.1/lib/rails/app_loader.rb:53: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
30
32
 
31
33
  => Booting Puma
@@ -46,4 +48,8 @@
46
48
 
47
49
  /home/mike/.gem/gems/webpacker-5.4.3/lib/webpacker/configuration.rb:103:in `rescue in load': Webpacker configuration file not found /mnt/c/Users/「PCユーザ名」/OneDrive/デスクトップ/rails/asagao/config/webpacker.yml. Please run rails webpacker:install Error: No such file or directory @ realpath_rec - /mnt/c/Users/「PCユーザ名」/OneDrive/デスクトップ/rails/asagao/config/webpacker.yml (RuntimeError)
48
50
 
51
+ ```
52
+
53
+
54
+
49
55
  ------------------------------------------------------