Files
jellyfin-vue/.npmrc
T
Fernando Fernández e1ede821a8 chore: simplify dependency tree
The current strict peer dependency graph confused npm. This way, peer deps should be resolved in a much better way
2025-06-05 23:49:33 +00:00

11 lines
165 B
Plaintext

save-exact=true
engine-strict=true
# Workspace options
prefer-dedupe=true
include-workspace-root=true
if-present=true
## Fix timeout errors in CI
fetch-retries=15