summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/installDeps.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh
index 0b41c559..ea6be38f 100755
--- a/bin/installDeps.sh
+++ b/bin/installDeps.sh
@@ -48,7 +48,6 @@ NODE_VERSION=$(node --version)
NODE_V_MINOR=$(echo $NODE_VERSION | cut -d "." -f 1-2)
NODE_V_MAIN=$(echo $NODE_VERSION | cut -d "." -f 1)
NODE_V_MAIN=${NODE_V_MAIN#"v"}
-echo $NODE_V_MAIN
if [ ! $NODE_V_MINOR = "v0.10" ] && [ ! $NODE_V_MINOR = "v0.11" ] && [ ! $NODE_V_MINOR = "v0.12" ] && [ ! $NODE_V_MAIN -ge 4 ]; then
echo "You're running a wrong version of node. You're using $NODE_VERSION, we need node v0.10.x or higher" >&2
exit 1