Skip to content

Commit 44b0918

Browse files
jcesarmobileimhoffd
authored andcommitted
fix(capacitor): send --npm-client param to capacitor init (#3963)
1 parent 2edaf68 commit 44b0918

File tree

1 file changed

+1
-0
lines changed
  • packages/ionic/src/lib/integrations/capacitor

1 file changed

+1
-0
lines changed

packages/ionic/src/lib/integrations/capacitor/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class Integration extends BaseIntegration<ProjectIntegration> {
3636
if (parsedArgs['web-dir']) {
3737
options.push('--web-dir', parsedArgs['web-dir']);
3838
}
39+
options.push('--npm-client', this.e.config.get('npmClient'));
3940
}
4041

4142
await this.installCapacitorCore();

0 commit comments

Comments
 (0)