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 2edaf68 commit 44b0918Copy full SHA for 44b0918
packages/ionic/src/lib/integrations/capacitor/index.ts
@@ -36,6 +36,7 @@ export class Integration extends BaseIntegration<ProjectIntegration> {
36
if (parsedArgs['web-dir']) {
37
options.push('--web-dir', parsedArgs['web-dir']);
38
}
39
+ options.push('--npm-client', this.e.config.get('npmClient'));
40
41
42
await this.installCapacitorCore();
0 commit comments