質問編集履歴
1
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
ruby でbundle install した時に以下のエラーが出て
|
2
|
+
|
3
|
+
```ここに言語を入力
|
4
|
+
|
5
|
+
An error occurred while installing nokogiri (1.10.9), and Bundler cannot continue.
|
6
|
+
|
7
|
+
Make sure that `gem install nokogiri -v '1.10.9' --source 'https://rubygems.org/'` succeeds before bundling.
|
8
|
+
|
9
|
+
```
|
10
|
+
|
11
|
+
[参考のサイト](https://qiita.com/___xxx_/items/59315b465251bf2e4db3)の通りに以下のコマンドを実行したのですが
|
12
|
+
|
13
|
+
|
14
|
+
|
1
15
|
```ここに言語を入力
|
2
16
|
|
3
17
|
brew link --force libxml2
|