Skip to content

Commit 9edb30c

Browse files
clydinhansl
authored andcommitted
fix(@angular/cli): only install packages once for a new project
1 parent 36ceacc commit 9edb30c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/@angular/cli/tasks/init.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ export default Task.extend({
9494
return gitInit.run(commandOptions, rawArgs);
9595
}
9696
})
97-
.then(function () {
98-
if (!commandOptions.dryRun && commandOptions.skipInstall === false) {
99-
return npmInstall.run();
100-
}
101-
})
10297
.then(function () {
10398
if (!commandOptions.dryRun && commandOptions.linkCli) {
10499
return linkCli.run();

0 commit comments

Comments
 (0)