build(gulp): fix typo in the npm version warning message
This commit is contained in:
@ -67,7 +67,7 @@ var angularBuilder = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!semver.satisfies(foundNpmVersion, requiredNpmVersion)) {
|
if (!semver.satisfies(foundNpmVersion, requiredNpmVersion)) {
|
||||||
issues.push('You are running unsuported npm version. Found: ' + foundNpmVersion +
|
issues.push('You are running unsupported npm version. Found: ' + foundNpmVersion +
|
||||||
' Expected: ' + requiredNpmVersion);
|
' Expected: ' + requiredNpmVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user