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
const red = '\x1b[31m'; // ANSI escape code for red
const reset = '\x1b[0m'; // ANSI escape code to reset color
console.error(red + `Evidence requires Node.js v${requiredVersion} or higher. Please update or install the LTS version of Node.js from https://nodejs.org/` + reset);