diff --git a/src/utils/version-check.js b/src/utils/version-check.js index 9830336..2e21d2d 100644 --- a/src/utils/version-check.js +++ b/src/utils/version-check.js @@ -32,5 +32,10 @@ export function checkNodeVersion() { "• n: npm install -g n (https://www.npmjs.com/package/n)" ) ); + console.log( + chalk.yellow( + "• nvm: Check https://github.com/nvm-sh/nvm#installing-and-updating for the most up-to-date installation command." + ) + ); } }