diff --git a/test/integration/helpers/Npm.cs b/test/integration/helpers/Npm.cs index 022dfe93..2ce0e4b2 100644 --- a/test/integration/helpers/Npm.cs +++ b/test/integration/helpers/Npm.cs @@ -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;