yarnpkg/yarn
Voir sur GitHubPrivate npm registry authentication issue on yarn.lock and package.json semver mismatch
Open
#5 256 ouverte le 20 janv. 2018
good first issuehelp wantedtriaged
Métriques du dépôt
- Stars
- (41 514 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Do you want to request a feature or report a bug? BUG
What is the current behavior? Yarn does not authenticate with the private npm registry when the package.json and yarn.lock have a semver mismatch for a spesific package.
For example: yarn add css-hot-loader edit package.json and remove the carrot (^) from the version yarn install Result: Rejected 401, Unauthenticated
OS: Linux, Ubuntu (Heroku)