Skip to content

Commit 57bb197

Browse files
committed
Fix message
1 parent c42091c commit 57bb197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/check_nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ -x "${NODEJS}" ]] && "${NODEJS}" --version >/dev/null; then
4242
echo 'Node.js is installed.' >&2
4343
exit 0
4444
else
45-
echo 'ERROR: missing dependency. Please download Node.js version >0.10 (https://nodejs.org/en/). Once installed, run the command again.' >&2
45+
echo 'ERROR: missing dependency. Please download Node.js version >=0.10.x (https://nodejs.org/en/; the latest LTS is recommended). Once installed, run the command again.' >&2
4646
exit 1
4747
fi
4848

0 commit comments

Comments
 (0)