Commit b8a7b17
committed
fix(deps): use public npm registry for fallow tarballs in lockfile
The fallow package was added to devDependencies in #77 while npm was
configured to use the internal Databricks npm proxy, which baked
`https://npm-proxy.dev.databricks.com/...` URLs into 8 lockfile entries
(fallow + its 7 platform-specific binaries). Vercel's build server
cannot reach that internal proxy, so production deploys fail with
ETIMEDOUT during `npm install`.
Rewrites the 8 affected `resolved` URLs to `https://registry.npmjs.org/`.
Integrity hashes are content-based and unchanged, so installs still
verify against the public registry's tarballs.1 parent b1a877a commit b8a7b17
1 file changed
Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments