質問編集履歴

1

追記

2021/08/17 03:52

投稿

pecchan
pecchan

スコア557

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,77 @@
41
41
  どうすれば元のcssが当たった状態に戻るでしょうか?
42
42
 
43
43
  分かる方教えて下さい。宜しくお願い致します。
44
+
45
+
46
+
47
+ 【追記】
48
+
49
+ コマンド実行した時の出力を追記します。
50
+
51
+ 全部は無理だったので途中までです。
52
+
53
+
54
+
55
+ ```
56
+
57
+ rails_user@user-PC:~/gvgv$ bundle exec rake assets:precompile RAILS_ENV=production
58
+
59
+ yarn install v1.22.10
60
+
61
+ [1/4] Resolving packages...
62
+
63
+ [2/4] Fetching packages...
64
+
65
+ info fsevents@2.1.3: The platform "linux" is incompatible with this module.
66
+
67
+ info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
68
+
69
+ info fsevents@1.2.13: The platform "linux" is incompatible with this module.
70
+
71
+ info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
72
+
73
+ [3/4] Linking dependencies...
74
+
75
+ warning " > webpack-dev-server@3.11.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
76
+
77
+ warning "webpack-dev-server > webpack-dev-middleware@3.7.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
78
+
79
+ [4/4] Building fresh packages...
80
+
81
+ Done in 8.86s.
82
+
83
+ I, [2021-08-17T11:59:11.936300 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/manifest-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.js
84
+
85
+ I, [2021-08-17T11:59:11.938678 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/manifest-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.js.gz
86
+
87
+ I, [2021-08-17T11:59:11.939276 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/application-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.css
88
+
89
+ I, [2021-08-17T11:59:11.941329 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/application-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.css.gz
90
+
91
+ Compiling...
92
+
93
+ Compiled all packs in /home/rails_user/gvgv/public/packs
94
+
95
+ Browserslist: caniuse-lite is outdated. Please run:
96
+
97
+ npx browserslist@latest --update-db
98
+
99
+
100
+
101
+ Why you should do it regularly:
102
+
103
+ https://github.com/browserslist/browserslist#browsers-data-updating
104
+
105
+
106
+
107
+ Hash: ca32d6d83e677b93fcc6
108
+
109
+ Version: webpack 4.44.2
110
+
111
+ Time: 63385ms
112
+
113
+ Built at: 08/17/2021 12:00:24 PM
114
+
115
+
116
+
117
+ ```