LoginSignup
25
16

More than 5 years have passed since last update.

nodebrewでinstallが失敗するようになった

Posted at

エラー内容と解決法

install, install-binaryが失敗する。

nodebrew install-binary v8.1.4
v8.1.4 is not found

Can not fetch: https://nodejs.org/dist/v8.1.4/node-v8.1.4-darwin-x64.tar.gz

解決方法は、nodebrewをインストールしなおす。
curl -L git.io/nodebrew | perl - setup

原因

nodejs で install-binary ができないによると、nodejsサーバーが新しくなったことによりレスポンスの解釈ができなくなったためのようだ。

それでも nodebrew selfupdate すれば対応版のnodebrewにアップデートできそうなものだが、selfupdateも環境によっては同様の理由で更新に失敗してしまうようだ。
Fail to fetch source or binary with newest curl
この場合はnodebrewをインストールし直すしか対応方法が無い。

25
16
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
25
16