We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc155 commit 9e43de8Copy full SHA for 9e43de8
lib/commands/whoami.js
@@ -5,7 +5,7 @@ class Whoami extends BaseCommand {
5
static description = 'Display npm username'
6
static name = 'whoami'
7
static params = ['registry']
8
- static ignoreImplicitWorkspace = false
+ static ignoreImplicitWorkspace = true
9
10
async exec (args) {
11
const username = await getIdentity(this.npm, { ...this.npm.flatOptions })
0 commit comments