Skip to content

Commit

Permalink
fix: android suffix (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAIMEOX authored Feb 9, 2024
1 parent 0de6131 commit bc377ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handlers/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class NpmClass extends DelayHanlderWithInfo {

async add(packageName) {
await this.check();
const android_suffix =
this.platform === 'android' ? '--no-bin-links' : '';
start(`Install extension "${packageName}"...`);
if (this.pnpm) {
if (this.platform === 'android')
Expand Down

0 comments on commit bc377ad

Please sign in to comment.