summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/cache.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/cache.js')
-rw-r--r--deps/npm/lib/commands/cache.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/npm/lib/commands/cache.js b/deps/npm/lib/commands/cache.js
index 0ab40b9ed4..9965f7085d 100644
--- a/deps/npm/lib/commands/cache.js
+++ b/deps/npm/lib/commands/cache.js
@@ -1,5 +1,4 @@
const cacache = require('cacache')
-const Arborist = require('@npmcli/arborist')
const pacote = require('pacote')
const fs = require('fs/promises')
const { join } = require('path')
@@ -162,7 +161,7 @@ class Cache extends BaseCommand {
return pacote.tarball.stream(spec, stream => {
stream.resume()
return stream.promise()
- }, { ...this.npm.flatOptions, Arborist })
+ }, { ...this.npm.flatOptions })
}))
}