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
console.error(`Error: Your Node.js version (${currentNodeVersion}) is not supported by this package. Please upgrade to Node.js version ${requiredVersion} or higher.`);
process.exit(1);
}
}
try {
checkNodeVersion();
} catch (error) {
console.error('Error occurred while checking Node.js version:', error);