Skip to content

Commit

Permalink
Brewfile: Install Node with npm
Browse files Browse the repository at this point in the history
Ref. Homebrew/legacy-homebrew#28075. Closes mathiasbynens#362.

Conflicts:
	Brewfile
  • Loading branch information
mathiasbynens authored and ifdattic committed Jun 23, 2014
1 parent 979e87c commit 7ed41af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install git
#install lynx
install nmap
install ucspi-tcp # `tcpserver` et al.
install node
install node # This installs `npm` too using the recommended installation method
install p7zip
install pigz
install pv
Expand Down

0 comments on commit 7ed41af

Please sign in to comment.