Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uptarball url in package.json could be with https #109
Comments
This comment has been minimized.
This comment has been minimized.
|
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? |
dominictarr
closed this
Apr 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImrePem commentedApr 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.