fix: remove Apple npm registry from lock files and .npmrc

Replace all artifacts.apple.com and npm.apple.com resolved URLs in
package-lock.json with registry.npmjs.org so `npm install` works on
any server without Apple VPN/proxy access.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthias Hochmeister
2026-03-12 12:21:40 +01:00
parent cf490cc9ad
commit 36c222d32a
3 changed files with 113 additions and 114 deletions

View File

@@ -1,2 +1 @@
registry=https://npm.apple.com
omit-lockfile-registry-resolved=true
registry=https://registry.npmjs.org/