diff --git a/src/commands/use.rs b/src/commands/use.rs index 4c3929b..4b0757c 100644 --- a/src/commands/use.rs +++ b/src/commands/use.rs @@ -113,7 +113,7 @@ fn should_install_interactively(requested_version: &UserVersion) -> bool { use std::io::Write; let error_message = format!( - "Can't find version that matches {}.", + "Can't find an installed Node version matching {}.", requested_version.to_string().italic() ); eprintln!("{}", error_message.red());