summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/bin.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/bin.js')
-rw-r--r--deps/npm/lib/commands/bin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/lib/commands/bin.js b/deps/npm/lib/commands/bin.js
index bb700d45a8..77028f06dd 100644
--- a/deps/npm/lib/commands/bin.js
+++ b/deps/npm/lib/commands/bin.js
@@ -5,6 +5,7 @@ class Bin extends BaseCommand {
static description = 'Display npm bin folder'
static name = 'bin'
static params = ['global']
+ static ignoreImplicitWorkspace = true
async exec (args) {
const b = this.npm.bin