diff --git a/.npmrc b/.npmrc index 5d82f1d..c01f267 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