-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
How to point dependency to a github branch #1466
Comments
I'm facing the same issue. I cannot figure out how to add a GitHub dependency. I've tried the following: None of them worked, unfortunately :( Here's the example I'm working on: https://codesandbox.io/s/z6j7954jnx |
It's possible to install GitHub dependencies. Keep in mind that we just serve the source files of the GitHub repo (like Regarding
I get a different error in that sandbox, about missing Never mind, that's an issue on our side. Going to take a look! Committed a fix on master for the regeneratorRuntime error. |
A workaround is to use tar.gz URL:
|
Using the |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
This issue has been automatically closed because there wasn't any activity after the previous notice or the stale label wasn't removed. |
It looks like Codesandbox using
BUT it looks like I still can't import it to my file. in check on a sperate window and look on source/file-tree and not found the folder |
❔ Question
Hi,
I would like to point my dependency to a branch on github, rather than a particular version. In my package.json, I've pointed it like this :
However, this doesn't work and I get this message
I saw an issue (#88) that suggests that this should work. Could you point me as to how to go about this?
Link to sandbox: link
Your Environment
The text was updated successfully, but these errors were encountered: