We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fabb1 commit 8e2b1eaCopy full SHA for 8e2b1ea
1 file changed
src/shadow/arborist/lib/arborist/reify.ts
@@ -363,7 +363,7 @@ export async function reify(
363
): Promise<SafeNode> {
364
const needInfoOn = await walk(this.diff)
365
if (
366
- needInfoOn.length! ||
+ !needInfoOn.length ||
367
needInfoOn.findIndex(c => c.repository_url === NPM_REGISTRY_URL) === -1
368
) {
369
// Nothing to check, hmmm already installed or all private?
0 commit comments