From 62c67903051abb1061b03ef9ffc9ec962af22887 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 21 Oct 2020 20:54:01 -0600 Subject: [PATCH] chore: fix npx command for node 15 ref: https://github.com/npm/cli/issues/1935 --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index d2722898..e1c6f814 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,4 @@ registry=http://registry.npmjs.org/ package-lock=false +yes=true +