yarnpkg/yarn

Private npm registry authentication issue on yarn.lock and package.json semver mismatch

オープン

#5,256 opened on 2018/01/20

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (2,731 件のフォーク)batch import
good first issuehelp wantedtriaged

Repository metrics

Stars
 (41,514 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド