0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Homebrewの「brew doctor」でエラーになった。

0
Posted at

Homebrewをインストールして、「brew doctor」するとエラーが出たので、対処法を記す

エラーの内容

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
  /usr/local/include/node/cppgc/allocation.h
  /usr/local/include/node/cppgc/common.h 
.
.
.

これらの全てのファイルを消すといいということだったので消した。

cd ~/../../usr/local/include/
open .

ファイルの場所までとび、開けて、エラー内で記されているファイルを消す。

私は選ぶのが面倒だったため、一度全てを消去し、その後Homebrewもアンインストールして、再度インストールを行った。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?