We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6937a5a + 0318323 commit 3279362Copy full SHA for 3279362
build/dependencies.js
@@ -92,7 +92,7 @@ function checkDependencies(packageManager) {
92
gulputil.log(
93
gulputil.colors.yellow(
94
`Dependencies needed to update:\n${dependenciesStr}\n` +
95
- 'Run: \'gulp update-npm-dependencies\', then \'npm install\' to update' +
+ `Run: 'gulp update-${packageManager}-dependencies', then '${packageManager} install' to update` +
96
' dependencies.\n'));
97
}
98
0 commit comments