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

Cannot npm install in get_user_profile because of internal Spotify Artifactory links #109

Open
simonhaenisch opened this issue Mar 23, 2023 · 0 comments

Comments

@simonhaenisch
Copy link

simonhaenisch commented Mar 23, 2023

The package-lock.json resolves tarballs to internal artifactory.spotify.net links that can't be reached by the public, e.g.

"resolved": "https://artifactory.spotify.net/artifactory/api/npm/virtual-npm/@esbuild/android-arm/-/android-arm-0.16.17.tgz",

This causes npm install to get stuck.

You should probably:

  1. rm package-lock.json
  2. npm_config_registry="https://registry.npmjs.org/" npm install

To regenerate the lock-file with usable tarball URLs (and to not potentially leak implementation details of your internal Artifactory setup to the public 🤓).

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

No branches or pull requests

1 participant