LoginSignup
0
0

More than 3 years have passed since last update.

yarn install時にfseventsでエラーが発生する場合

Posted at

node v12.6.0

yarn installを行なった際に、fseventsのパッケージで上手くいかず、延々とエラーを吐く場合の対処法です。

nodeのバージョンを下げる

今回はバージョン12.6.0のnodeを仕様していたので、成功している例の多いバージョン9.11.0に変更してyarn installを行います。

$ brew install nodebrew
$ nodebrew install-binary v9.11.0
$ nodebrew use v9.11.0
$ node -v
v9.11.0

バージョン変更が上手くいかない場合はパスがちゃんと通っているかなどを確認してみてください。

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