Closed dzintars closed 4 years ago
Why before version number there is that npm:
prefix in the output?
https://github.com/dzintars/front/commit/a25a9b280634a8bb8f13098664a6b7fa42ddcd1b seems fixing public package import. Private packages still not accessible.
OK. Finally booth private and public packages can be installed. bd7347cbfa7841df64d43943c87829e95b91622b
TIL: filename:.yarnrc.yml github
in GitHub search returns files with exact name and content.
Actual problem was that i had typo in the package name i wanted to install.
Yarn is failing to install the package from GitHub registry. My project level
./.npmrc
contains single line:@oswee:registry = https://npm.pkg.github.com/
. User level~/.npmrc
contains//npm.pkg.github.com/:_authToken=${GITHUB_NPM_PAT}
and${GITHUB_NPM_PAT}
environment variable is set and accessible. Actual package is not private.