Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
remove npm, add warning about it.
Browse files Browse the repository at this point in the history
Signed-off-by: Max Howell <max@methylblue.com>
  • Loading branch information
isaacs authored and mxcl committed Feb 13, 2011
1 parent 3e49912 commit 6ae9864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 78 deletions.
78 changes: 0 additions & 78 deletions Library/Formula/npm.rb

This file was deleted.

9 changes: 9 additions & 0 deletions Library/Homebrew/brew.h.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6ae9864

Please sign in to comment.