Skip to content

Commit

Permalink
Added curl as a dependency for nodejs::npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Miroshnykov committed Feb 16, 2011
1 parent c388869 commit afbc04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodejs/recipes/npm.rb
Expand Up @@ -20,6 +20,8 @@

include_recipe "nodejs"

package "curl"

bash "install npm - package manager for node" do
cwd "/usr/local/src"
user "root"
Expand Down

0 comments on commit afbc04b

Please sign in to comment.