Skip to content

Commit 7d3c054

Browse files
committed
Updated error message
1 parent 19db3c5 commit 7d3c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeUpdater/CodeUpdater/PreRunValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private async ValueTask<bool> CanCheckNpmUpdatesAsync()
6060

6161
if (!jsonDoc.RootElement.TryGetProperty("dependencies", out var dependenciesElement))
6262
{
63-
Logger.Error($"`npm list` command is missing the `dependencies` element. Cannot verify the `npm-check-updates` package is installed");
63+
Logger.Error($"`npm list` command is missing the `dependencies` element. Cannot verify the `npm-check-updates` package is installed. You may need to manually install `npm-check-updates` by running the command `npm install -g npm-check-updates`");
6464
return false;
6565
}
6666

0 commit comments

Comments
 (0)