Skip to content

Commit

Permalink
try to specify during npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jun 2, 2011
1 parent e421b28 commit fd8af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -42,7 +42,7 @@ fi
# install dependencies with npm
echo "-----> Installing dependencies with npm $NPM_VERSION"
cd $BUILD_DIR
HOME="$BUILD_DIR" $VENDORED_NODE/node $VENDORED_NPM/cli.js install 2>&1 | sed -u 's/^/ /'
HOME="$BUILD_DIR" INCLUDE_PATH="$VENDORED_NODE/include" $VENDORED_NODE/node $VENDORED_NPM/cli.js install 2>&1 | sed -u 's/^/ /'
if [ "${PIPESTATUS[*]}" != "0 0" ]; then
echo " ! Failed to install dependencies with npm"
exit 1
Expand Down

0 comments on commit fd8af5e

Please sign in to comment.