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

Add support for local npm registries using http protocol #93

Open
gepz opened this issue Aug 3, 2024 · 0 comments
Open

Add support for local npm registries using http protocol #93

gepz opened this issue Aug 3, 2024 · 0 comments

Comments

@gepz
Copy link

gepz commented Aug 3, 2024

Is your feature request related to a problem? Please describe.
Dependi currently does not support the "http:" protocol, which prevents integration with local npm registries like Verdaccio. This limitation hinders developers who use private or local registries for dependency management.

Describe the solution you'd like
Implement support for the "http:" protocol in Dependi, allowing users to connect to local npm registries. This would enable seamless integration with tools like Verdaccio and other private registry solutions that may not use HTTPS.

Describe alternatives you've considered

  • Using HTTPS for local registries (not always feasible or desired)
  • Manually managing dependencies outside of Dependi for projects using local registries

Additional context
None

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