0
0

More than 3 years have passed since last update.

wp2txtのインストール中、nokogiriがないと怒られた時の対処法

Posted at
sudo gem install wp2txt

を実行したところ、nokogiriというものをインストールするところでエラーが発生。

散々調べて色々試した結果、公式サイトっぽいところに掲載されていた以下コマンド実行したら、無事解決。長い戦いだった・・・。

sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
gem install nokogiri

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0