Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default npm registry instead of custom registry in package-lock.json #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

satyadeepk
Copy link

Previously the package-lock.json file uses a custom npm registry for most of the packages. nexus.int.ally.com

It was causing build failures when directly pointing to the Github repo on CI as that custom registry is not live anymore.

  519 error npm ERR! network request to https://nexus.int.ally.com/nexus/repository/npm-group/wrappy/-/wrappy-1.0.2.tgz failed, reason: getaddrinfo ENOTFOUND nexus.int.ally.com

So fixed it to use the default npm registry registry.npmjs.org

@satyadeepk satyadeepk changed the title Update package-lock.json - Use default npm registry instead of custom registry Use default npm registry instead of custom registry in package-lock.json Feb 3, 2021
@RonnyO
Copy link

RonnyO commented Aug 16, 2022

This PR is crucial, without it the entire library can't be installed. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants