spacedrive/.npmrc
2024-06-26 13:24:34 +03:00

10 lines
272 B
Plaintext

; make all engine requirements (e.g. node version) strictly kept
engine-strict=true
; necessary for metro + mobile
strict-peer-dependencies=false
node-linker=hoisted
auto-install-peers=true
max-old-space-size=4096
enable-pre-post-scripts=true
package-manager-strict=false