Last active
August 29, 2015 14:00
-
-
Save tokunami/11200721 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近のnode.jsではnpmも一緒にインストールされる模様