fix: add npm fetch retries to handle transient registry 403 errors

This commit is contained in:
Hanzo Dev
2026-02-25 11:09:27 -08:00
parent e55593a3f6
commit f91dd89779
+3
View File
@@ -1,3 +1,6 @@
shamefully-hoist=true
strict-peer-dependencies=false
auto-install-peers=true
fetch-retries=5
fetch-retry-mintimeout=20000
fetch-retry-maxtimeout=120000