質問編集履歴
2
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
エラーメッセージ
|
18
18
|
|
19
|
-
|
19
|
+
|
20
20
|
|
21
21
|
```
|
22
22
|
|
@@ -24,29 +24,13 @@
|
|
24
24
|
|
25
25
|
### 該当のソースコード
|
26
26
|
|
27
|
-
|
27
|
+
1回目
|
28
28
|
|
29
29
|
```ここに言語名を入力
|
30
30
|
|
31
31
|
C:\Users\kanon\デスクトップ>rails new RailsApp
|
32
32
|
|
33
|
-
|
33
|
+
|
34
|
-
|
35
|
-
create README.md
|
36
|
-
|
37
|
-
create Rakefile
|
38
|
-
|
39
|
-
create .ruby-version
|
40
|
-
|
41
|
-
create config.ru
|
42
|
-
|
43
|
-
create .gitignore
|
44
|
-
|
45
|
-
create Gemfile
|
46
|
-
|
47
|
-
run git init from "."
|
48
|
-
|
49
|
-
|
50
34
|
|
51
35
|
C:\Users\kanon\デスクトップ>cd RailsApp
|
52
36
|
|
@@ -186,7 +170,47 @@
|
|
186
170
|
|
187
171
|
|
188
172
|
|
189
|
-
|
173
|
+
```
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
2回目 rails new sample-app Gで作成したもの(文字数の関係で途中省略しています)
|
178
|
+
|
179
|
+
```
|
180
|
+
|
181
|
+
C:\Users\kanon\デスクトップ\sample_app>rails s
|
182
|
+
|
183
|
+
=> Booting Puma
|
184
|
+
|
185
|
+
=> Rails 6.0.2.1 application starting in development
|
186
|
+
|
187
|
+
=> Run `rails server --help` for more startup options
|
188
|
+
|
189
|
+
Exiting
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/webpacker-4.2.2/lib/webpacker/configuration.rb:92:in `read': No such file or directory @ rb_sysopen - C:/Users/kanon/デスクトップ/sample_app/config/webpacker.yml (Errno::ENOENT)
|
194
|
+
|
195
|
+
48: from bin/rails:4:in `<main>'
|
196
|
+
|
197
|
+
47: from bin/rails:4:in `require'
|
198
|
+
|
199
|
+
46: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/railties-6.0.2.1/lib/rails/commands.rb:18:in `<top (required)>'
|
200
|
+
|
201
|
+
45: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/railties-6.0.2.1/lib/rails/command.rb:46:in `invoke'
|
202
|
+
|
203
|
+
44: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/railties-6.0.2.1/lib/rails/command/base.rb:69:in `perform'
|
204
|
+
|
205
|
+
43: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch'
|
206
|
+
|
207
|
+
42: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
|
208
|
+
|
209
|
+
41: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
|
210
|
+
|
211
|
+
40: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/railties-
|
212
|
+
|
213
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/webpacker-4.2.2/lib/webpacker/configuration.rb:95:in `rescue in load': Webpacker configuration file not found C:/Users/kanon/デスクトップ/sample_app/config/webpacker.yml. Please run rails webpacker:install Error: No such file or directory @ rb_sysopen - C:/Users/kanon/デスクトップ/sample_app/config/webpacker.yml (RuntimeError)
|
190
214
|
|
191
215
|
```
|
192
216
|
|
@@ -198,6 +222,12 @@
|
|
198
222
|
|
199
223
|
|
200
224
|
|
225
|
+
2回目として、
|
226
|
+
|
227
|
+
[Rails6 Webpackerでエラーが出た](https://qiita.com/libertyu/items/1eb74adc817ab8971100)と[Rails6開発時につまづきそうなwebpacker、yarn関係のエラーと解決方法](https://qiita.com/NaokiIshimura/items/8203f74f8dfd5f6b87a0)を参考に、webpacker、yarnをローカルにインストールしたがサーバーに接続できなかった。
|
228
|
+
|
229
|
+
|
230
|
+
|
201
231
|
### 補足情報(FW/ツールのバージョンなど)
|
202
232
|
|
203
233
|
ruby 2.6.5p114 (2019-10-01 revision 67812) [x64-mingw32]
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
コマンドプロンプトでrubyとrailsをインストールした後、rais new RailsAppというコマンドを打ち、そこからrails serverで接続しようとしたところ失敗しました。
|
7
|
+
コマンドプロンプトでrubyとrailsをインストールした後、rails new RailsAppというコマンドを打ち、そこからrails serverで接続しようとしたところ失敗しました。
|
8
8
|
|
9
9
|
localhostのサーバーに接続したいです。
|
10
10
|
|