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

Feature request: attw --from-npm <pkg-name> use $(npm config get registry) as its default registry #215

Open
zanminkian opened this issue Sep 20, 2024 · 0 comments

Comments

@zanminkian
Copy link

Currently, for me, my npm registy is https://registry.npmmirror.com, not https://registry.npmjs.org. But running attw --from-npm <pkg-name> still fetch from the default npm registry. IMO, there are 2 solutions:

  • allow --registry option for attw cmd.
  • if not pass --registry option to attw cmd, use the result of $(npm config get registry) by default
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