You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/scripts/check_nodejs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ if [[ -x "${NODEJS}" ]] && "${NODEJS}" --version >/dev/null; then
42
42
echo'Node.js is installed.'>&2
43
43
exit 0
44
44
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
0 commit comments