前提・実現したいこと
homebrewのインストール時、パスワードでミスをして、再チャレンジしました。
インストール成功しましたが、brew doctorで問題がないか確認したところ、localファイルに大量の重複したであろうファイルたちが削除リストとして表示されました。
いくつかは手動削除したのですが、膨大な量なので一括削除したいです。
発生している問題・エラーメッセージ
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/openssl/archs/aix64-gcc/opensslconf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/opensslconf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
/usr/local/include/node/openssl/archs/linux-aarch64/opensslconf.h
※中略
/usr/local/include/node/v8config.h
/usr/local/include/node/zconf.h
/usr/local/include/node/zlib.h
試したこと
https://gist.github.com/gouf/8052439
上記サイトのコードをファイル名以外そのまま使いましたが、何も起こりません。
手動では、rm -rfのコマンドを使いました。
補足情報(FW/ツールのバージョンなど)
MacBookPro2016 13inch
ターミナル
homebrew 1.7.6

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/09/30 15:59