From e11418bc38edf89aa71ed0b9ab9ee6af2183b7f0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 31 Jul 2013 13:51:05 -0500 Subject: Handle mkpath of node_modules directory in keg --- Library/Formula/node.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index edb577b0f..541d0085f 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -65,9 +65,6 @@ class Node < Formula unless build.include? 'without-npm' (lib/"node_modules/npm/npmrc").write("prefix = #{npm_prefix}\n") - # we need to force make this directory, or node modules installed here - # by npm will end up in the node keg and won't survive upgrades - mkdir_p "#{HOMEBREW_PREFIX}/lib/node_modules" end end -- cgit v1.2.3