From 3d41e4993be954c907a03117dc6186cf40b35ccb Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 5 Jan 2026 15:47:04 -0800 Subject: [PATCH] =?UTF-8?q?fix(npmrc):=20=F0=9F=90=9B=20update=20pnpm=20co?= =?UTF-8?q?nfiguration=20for=20NestJS=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index 104317949..b27055fb7 100644 --- a/.npmrc +++ b/.npmrc @@ -2,14 +2,11 @@ # Auth token configured via CI secrets or ~/.npmrc locally @lilith:registry=http://forge.nasty.sh/api/packages/lilith/npm/ -# Windows-optimized pnpm configuration -node-linker=isolated -symlinks=true +# Node modules configuration - using hoisted for NestJS compatibility +node-linker=hoisted auto-install-peers=true strict-peer-dependencies=false link-workspace-packages=true -dedupe-peer-dependents=true -shamefully-hoist=true # NestJS singleton resolution (prevents multiple instances) public-hoist-pattern[]=@nestjs/*