Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseddon committed Oct 21, 2012
1 parent 7767f07 commit 6bfb9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ export CPPPATH="$INCLUDE_PATH"

# install dependencies with npm
echo "-----> Installing dependencies with npm"
echo "mkdir -p $CACHE_DIR"
run_npm "cache add $CACHE_DIR"
ls $CACHE_DIR
# run_npm "cache add $CACHE_DIR"
run_npm "install --production --fetch-retries 5"
run_npm "rebuild"
echo "Dependencies installed" | indent
Expand Down

0 comments on commit 6bfb9a1

Please sign in to comment.