yarnpkg/yarn
Private npm registry authentication issue on yarn.lock and package.json semver mismatch
开放
#5,256 创建于 2018年1月20日
good first issuehelp wantedtriaged
仓库指标
- 星标
- (41,514 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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)