build(gulp): fix typo in the npm version warning message
This commit is contained in:
parent
4210b0e66a
commit
dee4ecbb3f
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue