We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6690119 commit bfed5dcCopy full SHA for bfed5dc
hapi-server
@@ -25,7 +25,7 @@ if command -v node > /dev/null 2>&1; then
25
node $com
26
exit 0
27
else
28
- echo "System node binary version = $version. Version $versionmin+ required."
+ echo "System node binary version = $version. Version $versionmin+ required. Using package node binary."
29
fi
30
elif command -v nodejs > /dev/null 2>&1; then
31
version=$(node -v)
@@ -36,7 +36,7 @@ elif command -v nodejs > /dev/null 2>&1; then
36
nodejs $com
37
38
39
- echo "System nodejs binary version = $version. Version $versionmin+ required."
40
41
42
0 commit comments