Skip to content

Commit

Permalink
Back to /cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Jan 5, 2012
1 parent 454c374 commit 2517d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi
# install dependencies with npm
echo "-----> Installing dependencies with npm $NPM_VERSION"
cd $BUILD_DIR
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/bin/cli.js install 2>&1 | indent
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js install 2>&1 | indent
if [ "${PIPESTATUS[*]}" != "0 0" ]; then
echo " ! Failed to install dependencies with npm"
exit 1
Expand Down

0 comments on commit 2517d3d

Please sign in to comment.