diff --git a/.npmrc b/.npmrc index 680fc44933f..ef80baad89a 100644 --- a/.npmrc +++ b/.npmrc @@ -3,5 +3,5 @@ save-exact=true # This applies to all npm scripts in this repository. node-options=--max-old-space-size=8192 -# Hoist dependencies for compatibility with electron-builder and phantom dependencies -shamefully-hoist=true +# Use flat node_modules structure for compatibility with electron-builder +node-linker=hoisted