WSL上でReact Gatsbyを使うときに sharp というライブラリがエラーを吐く

環境移行しようとしてWSL2上にgatsbyのプロジェクトをチェックアウトしてきたところ、 yarnコマンド実行中にエラー。

どうやら sharpというライブラリが要求するpythonライブラリが足りていないようだ。

error /home/nekoha/gatsby/node_modules/sharp: Command failed.

ライブラリのインストール

足りないなら、追加でOK。

sudo apt install libvips-dev -y

参考:

npm install sharpで失敗するときの対処 - Ouvill のブログ

Subscribe to 猫好きが猫以外のことも書く

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe