リモートで働くプログラマーの検索結果

リモ太がググったことの覚書

npm install したら 「ERROR:root:code for hash md5 was not found.」と表示される

brewpythonをinstallし直したらいいらしいんだけど 2系のpythonをuninstallしようとしたらbrewリポジトリがないと言われ以下のようにしてinstallした

brew install python@2

これだと No available formula with the name "python@2" こうなる

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/86a44a0a552c673a05f11018459c9f5faae3becc/Formula/python@2.rb

python2系を再インストールしたあと一度node_modules/を削除して npm installしても「ERROR:root:code for hash md5 was not found.」がでなくなった