Skip to content

Commit

Permalink
chore: Improve NpmNotFoundException log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl committed Nov 11, 2023
1 parent 70896e0 commit 76c1afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/helpers/Npm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private static string GetNpmExecutablePath()

if (string.IsNullOrWhiteSpace(npmPath))
{
throw new NpmNotFoundException("NPM executable not found. Please make sure the NPM executable is installed and check the configured path.");
throw new NpmNotFoundException("NPM executable not found. Please make sure the NPM executable is installed and check the configured PATH environment variable.");
}

return npmPath;
Expand Down

0 comments on commit 76c1afa

Please sign in to comment.