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

Installing from github #54

Open
manulera opened this issue Dec 14, 2023 · 5 comments
Open

Installing from github #54

manulera opened this issue Dec 14, 2023 · 5 comments

Comments

@manulera
Copy link
Contributor

Hello @tnrich, I am wondering what's the easiest way to install the latest version of a package from github, for example using yarn. I have seen this website (https://gitpkg.vercel.app/) for installing npm packages from repo subfolders, but I don't seem to get it to work.

@tnrich
Copy link
Collaborator

tnrich commented Jan 3, 2024

Hi @manulera why not install the packages from npm?

@manulera
Copy link
Contributor Author

manulera commented Jan 4, 2024

This would be to use a version of the package that I contributed to but has not been released yet to npm. Is there another way to do this?

@manulera
Copy link
Contributor Author

Hi @tnrich any advice on this?

@manulera
Copy link
Contributor Author

Hello @tnrich following up on this query, in case you have some advice

@tnrich
Copy link
Collaborator

tnrich commented Feb 13, 2024

Hi @manulera another way to do this would be to publish your own npm package of the your branch. Unfortunately you'd need to update the package json with your newly named package. Another way would be to give me access to the branch of interest and I could perhaps publish a beta or something of the sort for you. Another way would be to commit compiled code to the GitHub branch and then you should theoretically be able to use it as you please using the method you referenced above.

Let me know which of these appeals to you.

Cheers and sorry for the delay!

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

2 participants