Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
iojs: clarify npm situation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 25, 2015
1 parent 4544bfb commit 8fa3572
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Library/Formula/iojs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ def install
end

def caveats; <<-EOS.undent
iojs was installed without npm. To install npm either:
brew install node
or follow:
https://github.com/npm/npm#fancy-install-unix
iojs was installed without npm.
To prepend iojs to your PATH add to your ~/.bashrc:
export PATH="#{Formula["iojs"].opt_bin}:$PATH"
This will also e.g. make npm use iojs's node.
iojs currently requires a patched npm (i.e. not the npm installed by node).
EOS
end

Expand Down

0 comments on commit 8fa3572

Please sign in to comment.