From 268683875cf0822a1074cc8283ae24bc9386dafc Mon Sep 17 00:00:00 2001 From: h7ml Date: Mon, 11 Apr 2022 12:13:00 +0800 Subject: [PATCH] feat(support-pnpm): add to. Npmrc file to solve the problem of pnpm dependency --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4fd0219..de31504 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -engine-strict=true \ No newline at end of file +shamefully-hoist = true +hoist = true