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 -e "\033[41;37m[CHECK ]\033[0m Unsupported Node.js version detected.\n\033[32m[CHECK ]\033[0m You are using $(shell node -v) but the program requires v18 to v20.\n\033[32m[CHECK ]\033[0m Upgrade/Downgrade Node.js, or use nvm to select version."&&exit 2;\
24
+
echo -e "\033[41;37m[CHECK ]\033[0m Unsupported Node.js version detected.\n\033[32m[CHECK ]\033[0m You are using $(shell node -v) but the program requires v22 to v24.\n\033[32m[CHECK ]\033[0m Upgrade/Downgrade Node.js, or use nvm to select version."&&exit 2;\
0 commit comments