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:
@@ -1 +1 @@
|
||||
registry=https://npm.apple.com
|
||||
registry=https://registry.npmjs.org/
|
||||
|
||||
Reference in New Issue
Block a user