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
echo"python version ${required_python_version} is required, but version ${python_version} is installed. Please install a recent version manually and run this script again."| print_error
63
48
echo -e "If you installed higher python version manually which is not your default python3, please pass the alternative python interpreter (e.g. python3.11) to the script:\n"| print_info
if [[ $(major "$node_version")-lt"$required_node_version" ]];then
85
+
if [[ $(major "$node_version")-lt"$required_node_version" ]];then
101
86
echo"nodejs version ${required_node_version} or higher is required, but version ${node_version} is installed. Please install a supported version manually and run this script again."| print_error
0 commit comments