From 90031d3c7bceac17e3cd83fa5eca1a217bb906b4 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 10 Aug 2022 16:02:52 -0400 Subject: [PATCH] fix: add `npm view` to transparent commands - Related to https://github.com/nodejs/corepack/issues/157 --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index 68d3c604e..24d4c10b2 100644 --- a/config.json +++ b/config.json @@ -8,6 +8,10 @@ "npm", "init" ], + [ + "npm", + "view" + ], [ "npx" ]