spacedrive/.npmrc

10 lines
272 B
Plaintext
Raw Normal View History

2022-11-05 13:30:24 +00:00
; make all engine requirements (e.g. node version) strictly kept
engine-strict=true
; necessary for metro + mobile
strict-peer-dependencies=false
2022-10-17 13:27:14 +00:00
node-linker=hoisted
auto-install-peers=true
max-old-space-size=4096
enable-pre-post-scripts=true
package-manager-strict=false