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.
1 parent 36ceacc commit 9edb30cCopy full SHA for 9edb30c
packages/@angular/cli/tasks/init.ts
@@ -94,11 +94,6 @@ export default Task.extend({
94
return gitInit.run(commandOptions, rawArgs);
95
}
96
})
97
- .then(function () {
98
- if (!commandOptions.dryRun && commandOptions.skipInstall === false) {
99
- return npmInstall.run();
100
- }
101
- })
102
.then(function () {
103
if (!commandOptions.dryRun && commandOptions.linkCli) {
104
return linkCli.run();
0 commit comments