use node v10.3 (10.4 has a bug)

This commit is contained in:
AJ ONeal 2018-06-09 08:08:11 -06:00
parent 0afdb1526d
commit 7530325d0a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ fi
echo "Installing $my_name to '$TELEBIT_PATH'"
# v10.2+ has much needed networking fixes, but breaks ursa. v9.x has severe networking bugs. v8.x has working ursa, but requires tls workarounds"
NODEJS_VER="${NODEJS_VER:-v10}"
NODEJS_VER="${NODEJS_VER:-v10.3}"
export NODEJS_VER
export NODE_PATH="$TELEBIT_PATH/lib/node_modules"
export NPM_CONFIG_PREFIX="$TELEBIT_PATH"