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

Fix 404 error when calling with full URL #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ewanharris
Copy link

Fix a 404 when calling
gittar.fetch('https://github.com/lukeed/mri').then(console.log); where the URL would be constructed incorrectly (https://github.com///github.com/lukeed/mri/archive/master.tar.gz) due to the hostname already existing

@ewanharris
Copy link
Author

ewanharris commented Apr 30, 2018

npm@6 dropped support for Node 4 so npm install@latest will fail there. Node 4 is now EOL so 🤷‍♂️. Let me know if you'd like me to drop Node 4 from travis/appveyor and add 8/10, or fix the Appveyor build to not install latest

@ewanharris
Copy link
Author

@lukeed (sorry for the ping 😬 ) any thoughts on the above?

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

Successfully merging this pull request may close these issues.

None yet

1 participant