0
homebrewでノードを再インストールしようとすると、このエラーが発生します。ノードをインストールするときにhomebrewでシンボリックリンクエラーが表示される
$ brew install node
==> Downloading https://homebrew.bintray.com/bottles/node-8.4.0.sierra.bottle.tar.gz
Already downloaded: /Users/Duncan/Library/Caches/Homebrew/node-8.4.0.sierra.bottle.tar.gz
==> Pouring node-8.4.0.sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/systemtap/tapset/node.stp
/usr/local/share/systemtap/tapset is not writable.
You can try again using:
brew link node
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
/usr/local/Cellar/node/8.4.0: 4,152 files, 47.3MB
Duncans-MBP-5:~ Duncan$ brew link node
Linking /usr/local/Cellar/node/8.4.0...
Error: Could not symlink share/systemtap/tapset/node.stp
/usr/local/share/systemtap/tapset is not writable.
ランニングnode -v
はインストールされていないことを確認します。このエラーをどのように訂正するのですか?私は解釈する方法がわかりませんCould not symlink
ない答えが、私はあなたのノードをインストールするには、 'nvm'を使用することをお勧め。 – Malice
https://github.com/creationix/nvm – Malice
「醸造医」の出力は何ですか? –