Skip to content

Commit

Permalink
Hail mary to get node to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensenbox committed Sep 7, 2017
1 parent b9d66ec commit 4f3b915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function remove_install_dir {

function npm_run {
cd ${AGENT_SRC_DIR}
${NPM} install
PATH=${NODE_DIR}/bin:$PATH ${NPM} install
cd ..
}

Expand Down

0 comments on commit 4f3b915

Please sign in to comment.