1

I've published a private package on the organization level. package publish successfully. now I'm trying to install that private package into my other repository.

when I'm trying installing that package using npm it's installing successfully. but my project is set up through pnpm. so I'm trying to install that private package through pnpm. but with pnpm I getting the below error.

enter image description here

https://npm.pkg.github.com/download/@xyzscope/dark-ui/1.0.0/<hash>error (ERR_PNPM_FETCH_409). Will retry in 10 seconds. 2 retries left.

.npmrc

@xyzscope:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

save-exact=true
engine-strict=true
Archin Modi
  • 492
  • 1
  • 8
  • 19

0 Answers0