cat-buggood first issuehelp wantedtriaged
Description
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