Skip to content
Prev Previous commit
Next Next commit
fix: set nodeLinker after bumping Yarn version
  • Loading branch information
szymonrybczak committed Sep 9, 2024
commit 8f1c609fbaf5290e678b94970a46d19e7d808c15
2 changes: 2 additions & 0 deletions packages/cli/src/commands/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ const bumpYarnVersion = async (root: string) => {
root,
silent: !logger.isVerbose(),
});

setNodeModulesLinker(root);
}
} catch (e) {
logger.debug(e as string);
Expand Down