From b5bcb8f67ce9a9e48c8fdc61d20e9ba1e440643f Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:53:30 +0800 Subject: [PATCH] build: use node-modules linker so plain jlpm works Removes the pnpm node-linker so 'jlpm test' / 'jlpm build' run directly without the YARN_NODE_LINKER=node-modules env override. Re-run 'jlpm install' to regenerate node_modules in the flat layout (the in-flight yarn.lock migration in package.json already targets node-modules). --- .yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 97d925e..7c521e7 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -4,7 +4,7 @@ enableGlobalCache: false enableScripts: false -nodeLinker: pnpm +nodeLinker: node-modules packageExtensions: "@module-federation/sdk@*":