Skip to content

Commit

Permalink
Fix 'rush install' error in release-2.x (#163)
Browse files Browse the repository at this point in the history
This patch upgrades pnpm to fix the "Could not find peer dependency
'google-auth-library'" error.

Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>
  • Loading branch information
shimos authored Jun 10, 2020
1 parent cb4afae commit ed41336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "4.1.7",
"pnpmVersion": "4.7.2",
/**
* Options that are only used when the PNPM package manager is selected
*/
Expand Down

0 comments on commit ed41336

Please sign in to comment.