remove npm, add warning about it.
Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
c6e78260e7
commit
2b88c24ead
@ -19,6 +19,15 @@ def check_for_blacklisted_formula names
|
||||
brew install pip && pip install mercurial
|
||||
EOS
|
||||
|
||||
when 'npm' then abort <<-EOS.undent
|
||||
npm can be installed thusly by following the instructions at
|
||||
http://npmjs.org/
|
||||
|
||||
To do it in one line, use this command:
|
||||
curl http://npmjs.org/install.sh | sudo sh
|
||||
EOS
|
||||
|
||||
|
||||
when 'setuptools' then abort <<-EOS.undent
|
||||
When working with a Homebrew-built Python, distribute is preferred
|
||||
over setuptools, and can be used as the prerequisite for pip.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user