From 779fd7590253b76a9b5067ba05d3f3c0f25e5de9 Mon Sep 17 00:00:00 2001 From: h7ml Date: Mon, 11 Apr 2022 12:16:53 +0800 Subject: [PATCH] feat(support pnpm): add to. Npmrc file to solve the problem of pnpm dependency add to. Npmrc file to solve the problem of pnpm dependency fix https://github.com/Tencent/tdesign-vue-next-starter/issues/43 --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index de31504..d43847c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist = true hoist = true +engine-strict =true