Added check if node exists

This commit is contained in:
Michael Schmatz 2014-02-12 11:05:19 -08:00
parent ad8a8e00e8
commit 762a91e4db

View file

@ -44,7 +44,9 @@ function checkNodeVersion {
checkDependencies deps[@] basicDependenciesErrorHandling
#check for node
checkNodeVersion
if command -v node >/dev/null 2>&1; then
checkNodeVersion
fi
#install git repository
git clone $repositoryUrl coco
#python ./coco/scripts/devSetup/setup.py