diff --git a/lib/commands/deprecate.js b/lib/commands/deprecate.js index ada2bac40f2fd..bdce313923cff 100644 --- a/lib/commands/deprecate.js +++ b/lib/commands/deprecate.js @@ -15,7 +15,7 @@ class Deprecate extends BaseCommand { 'otp', ] - static ignoreImplicitWorkspace = false + static ignoreImplicitWorkspace = true static async completion (opts, npm) { if (opts.conf.argv.remain.length > 1) {