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

tarball url in package.json could be with https #109

Closed
ImrePem opened this Issue Apr 25, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@ImrePem

ImrePem commented Apr 25, 2018

Hello devs,

Thank you for your great work.
In packages.json the tarball url is with http. According to this, registry.npmjs.org redirect all http requests to https anyway.
We would not append our proxy rules just for this.

@dominictarr

This comment has been minimized.

Owner

dominictarr commented Apr 25, 2018

that url is something that npm inserts when it installs it. it's not in the package.json that is checked into git. maybe reinstall it? otherwise it sounds like a bug in npm?

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