As $title says, I want to install io.js with brew on Yosemite. In my system there is no need for Node.js, and I want to avoid unnecessary programs.
But.. When I run brew install iojs
I see it will be built with --without-npm
option, and as the post-install text clarifies, it needs a patched npm.
Although I searched for the solution, the only thing that came across is how to run io.js and Node.js side-by-side, and that's not what I'm looking for.
I see there is an npm package for brew, but it's part of the node package.
How can I install iojs+npm without node?