From e49f290a24659e7c280464b0b2710d160408e774 Mon Sep 17 00:00:00 2001 From: Michael Beckemeyer Date: Tue, 23 Jul 2024 16:17:43 +0200 Subject: [PATCH] Configure path lenght limit --- .npmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.npmrc b/.npmrc index 5d82f1d3..c01f267d 100644 --- a/.npmrc +++ b/.npmrc @@ -13,3 +13,7 @@ shamefully-hoist=true # Workspace root itself depends on runtime, and all packages (including runtime) have a dev dependency on workspace root # for shared scripts. ignore-workspace-cycles=true + +# Limits the path length of the virtual store directory (Default is 120). +# This is mostly helpful for windows users, where long paths can cause issues. +virtual-store-dir-max-length=60