We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3773787 commit ecb5759Copy full SHA for ecb5759
1 file changed
packages/@angular/cli/tasks/npm-install.ts
@@ -43,9 +43,7 @@ export default async function (packageName: string,
43
// If it's available and we shouldn't save, simply return. Nothing to be done.
44
resolve(packageName, { checkLocal: true, basedir: projectRoot });
45
46
- if (!save) {
47
- return;
48
- }
+ return;
49
} catch (e) {
50
if (!(e instanceof ModuleNotFoundException)) {
51
throw e;
0 commit comments