Skip to content

Commit

Permalink
typo(cli): fix error message (yarn → npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport authored Jul 1, 2021
1 parent c74836d commit 5debe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/js-package-manager/NPMProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class NPMProxy extends JsPackageManager {
return parsedOutput;
}
} catch (e) {
throw new Error(`Unable to find versions of ${packageName} using yarn`);
throw new Error(`Unable to find versions of ${packageName} using npm`);
}
}
}

0 comments on commit 5debe71

Please sign in to comment.