print install path

This commit is contained in:
AJ ONeal 2017-05-25 15:15:56 -06:00
parent b33f1136f2
commit 6a73356dd9
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ if [ -z "${NODE_PATH-}" ]; then
else
node_install_path=$(dirname $(dirname $NODE_PATH))
fi
echo "Install path is $node_install_path"
if [ -e "$node_install_path/bin/node" ]; then
# node of some version is already installed
if [ "${NODEJS_VER}" == "$(node -v 2>/dev/null)" ]; then