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.log('-------******* Good to Go with your Node Version: ' + result.node + ' *******-------');
} else {
console.log('-------******* Package installation(npm install) or Project startup command(npm start) failed due to Node Version, Please install and use Node Version >=16.14 *******-------');
console.log('-------******* Your current Node Version is: ' + result.node + ' *******-------');
process.exit(1);
}
} else {
console.log('-------******* Something went wrong while checking Node version *******-------');