diff --git a/lib/commands/query.js b/lib/commands/query.js index 371fddef9b440..60294acaf4a68 100644 --- a/lib/commands/query.js +++ b/lib/commands/query.js @@ -58,6 +58,7 @@ class Query extends BaseCommand { const opts = { ...this.npm.flatOptions, path: where, + forceActual: true, } const arb = new Arborist(opts) const tree = await arb.loadActual(opts)