Skip to content

wtrep/corepack-private-repo-npmrc-reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

32098

Reproduction for Renovate issue Updates to the packageManager digest fail on project with private dependencies.

Current behavior

Updates to the packageManager digest fails on projects with private dependencies.

We can see that renovate will run corepack use [email protected] to update the pnpm digest. The command fails because it is executed before the .npmrc file is generated.

This is not an issue with the .npmrc file as updates to private dependencies are working as expected (see Update dependency @private/dependency to v1.0.1).

Expected behavior

  1. corepack use [email protected] should be executed after the .npmrc file is configured/generated.
  2. The pnpm version/digest should be updated successfully.

Link to the Renovate issue or Discussion

renovatebot/renovate#32098

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published