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

Support url dependencies? #25

Open
jedrichards opened this issue May 28, 2020 · 1 comment
Open

Support url dependencies? #25

jedrichards opened this issue May 28, 2020 · 1 comment

Comments

@jedrichards
Copy link

Is there anyway to install url dependencies? E.g. dependencies that are specified just via a full url to their tarball? This is supported by npm natively I believe, and I can see some tgz download related code already in the repo. So if not currently supported, could be a quick win?

{
  "dependencies": {
    "foo": "https://registry.npmjs.org/foo/-/foo-1.0.0.tgz"
  }
}
@davideicardi
Copy link
Owner

davideicardi commented May 29, 2020

Yes it should be easy to implement. I will put this in my TODO list.
As usual any help is appreciated 😄

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

No branches or pull requests

2 participants