yarnpkg/yarn

`yarn tag list` prompts for NPM credentials

Open

#5.325 geöffnet am 6. Feb. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (41.514 Stars) (2.731 Forks)batch import
cat-buggood first issuehelp wantedtriaged

Beschreibung

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

Contributor Guide