tmuxでnvmを使っていたら
nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" Run `npm config delete prefix` or `nvm use --delete-prefix vX.X.X --silent` to unset it.
みたいなのが毎回出てた。
brew
でnode
が入ってるのが原因ぽくて消そうとしたけど、yarn
が依存していた。
ドキュメント見たらnvm
とか使ってるならこのコマンドでインストールしてねと書いていたので、yarn
を入れ直し。
brew install yarn --ignore-dependencies
あとはbrew
で入れたnode
を消したら全て解決。