Skip to content

Instantly share code, notes, and snippets.

@tokunami
Last active August 29, 2015 14:00
Show Gist options
  • Save tokunami/11200721 to your computer and use it in GitHub Desktop.
Save tokunami/11200721 to your computer and use it in GitHub Desktop.
npm を curl経由でインストールする
$ curl http://npmjs.org/install.sh | sh
正常にインストールされたことを確認
$ npm -v
1.3.25
Homebrew の npm formula は、収録のポリシーに沿わない( https://github.com/mxcl/homebrew/wiki/Acceptable-Formula )として取り除かれたらしい。
http://codenote.net/mac/homebrew/346.html
@tokunami
Copy link
Author

最近のnode.jsではnpmも一緒にインストールされる模様

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment