yarnpkg/yarn

`yarn tag list` prompts for NPM credentials

Open

#5,325 建立於 2018年2月6日

在 GitHub 查看
 (3 留言) (0 反應) (1 負責人)JavaScript (41,514 star) (2,731 fork)batch import
cat-buggood first issuehelp wantedtriaged

描述

Do you want to request a feature or report a bug? Bug

What is the current behavior? yarn tag list prompts for email/password when trying to list tags.

If the current behavior is a bug, please provide the steps to reproduce.

$ yarn tag list inferno
yarn tag v1.3.2
warning package.json: "dependencies" has dependency "lodash" with range "^3.10.1" that collides with a dependency in "devDependencies" of the same name with version "^4.13.1"
[1/3] Logging in...
info npm username: ....
info npm email: ....
question npm password:

What is the expected behavior?

$ npm dist-tag ls inferno
alpha#4-1: 4.0.0-alpha1
latest: 3.10.1
next: 4.0.0-19

Please mention your node.js, yarn and operating system version. Node 6.12.2, Yarn 1.3.2, Windows 7

貢獻者指南