mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Added check if node exists
This commit is contained in:
parent
ad8a8e00e8
commit
762a91e4db
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue