Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save okunokentaro/86cf6751218e474a64d2939516155c53 to your computer and use it in GitHub Desktop.
Save okunokentaro/86cf6751218e474a64d2939516155c53 to your computer and use it in GitHub Desktop.
nodebrewはhomebrewではなくDocsにあるcurlを使ってインストールする
2015/09/08 にQiitaに投稿した記事のアーカイブです
---
@armorik83です。勤務中に動かなくて焦ったのでメモ。
https://github.com/hokaccha/nodebrew#install
Yosemiteでは、これを使わないと正常に動かないようです。`homebrew`経由でインストールした場合、`curl`が正しく動かずに以下のエラーが表示されます。
```
nodebrew install-binary io@v3.3.0
fetch: https://iojs.org/download/release/v3.3.0/iojs-v3.3.0-darwin-x64.tar.gz
Warning: Failed to create the file
Warning: /Users/armorik83/.nodebrew/src/v3.3.0/iojs-v3.3.0-darwin-x64.tar.gz:
Warning: No such file or directory
curl: (23) Failed writing body (0 != 3568)
download faild: https://iojs.org/download/release/v3.3.0/iojs-v3.3.0-darwin-x64.tar.gz
```
焦った焦った。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment