質問編集履歴

1

アドバイス対応1

2020/02/26 01:16

投稿

baos
baos

スコア7

test CHANGED
File without changes
test CHANGED
@@ -64,8 +64,62 @@
64
64
 
65
65
 
66
66
 
67
+ Could not find sassc-2.0.1 in any of the sources
68
+
69
+ Run `bundle install` to install missing gems.
70
+
71
+
72
+
73
+ に対して
74
+
75
+
76
+
77
+ bundle install
78
+
79
+
80
+
81
+ したところ
82
+
83
+
84
+
85
+ An error occurred while installing sassc (2.0.1), and Bundler cannot continue.
86
+
87
+ Make sure that `gem install sassc -v '2.0.1' --source 'https://rubygems.org/'` succeeds before bundling.
88
+
89
+
90
+
91
+ とエラーが出たので
92
+
93
+
94
+
95
+ gem install sassc -v '2.0.1' --source 'https://rubygems.org/'
96
+
97
+
98
+
99
+ を実行したところ、成功し、再度
100
+
101
+
102
+
103
+ bundle install
104
+
105
+
106
+
107
+ を試しましたが
108
+
109
+
110
+
111
+ An error occurred while installing sassc (2.0.1), and Bundler cannot continue.
112
+
113
+ Make sure that `gem install sassc -v '2.0.1' --source 'https://rubygems.org/'` succeeds before bundling.
114
+
115
+
116
+
117
+ このエラーです。
118
+
119
+
120
+
67
121
  ### 補足情報(FW/ツールのバージョンなど)
68
122
 
69
123
 
70
124
 
71
- 必要なことがあったら言ってください。
125
+ 必要なことがあったら教えてください。