Uh oh!
There was an error while loading. Please reload this page.
deps: upgrade to npm 2.14.11 - #4003
Conversation
This is causing serious issues :(
rvagg
commented
Nov 24, 2015
Any suggestions on how we should approach |
zkat
commented
Nov 24, 2015
I'd like to say it'll be easy enough to cherry-pick -- I'll give it a shot myself in the morning and see if there's any issues . I also seem to have run into some test failures, so we should hold off on this PR for now, anyway. With all the messing around I was doing, I forgot to run the test suite before submitting this PR -- argh! :/ |
MylesBorins
commented
Nov 24, 2015
seemed to work well enough to me (this is assuming we want to ignore all conflicts and just accept all npm changes in this commit edit: this was against 0.12.8-rc fwiw |
zkat
commented
Nov 24, 2015
Thanks, Myles! ^_^ |
Fishrock123
commented
Nov 24, 2015
Fwiw I'm getting these errors: |
zkat
commented
Nov 24, 2015
Yep! That's why I was asking you about prereleases. You'll need to edit That's because semver considers prereleases to not exist in ranges, so all the engine checks, including |
zkat
commented
Nov 30, 2015
See #4033 -- I think this PR is safe to close. |
Heya!
Here's a new LTS release. Check out the changelog: https://github.com/npm/npm/releases/tag/v2.14.11
The main thing to note is a hopefully welcome update to our licensing to clarify scope of both the open source side and the registry TOS.
For some reason, I ran into the infamous
Readme.md/README.mdgit-on-OSX issue again. I tried reproducing my previous steps and they didn't seem to work -- The extra commit you see is what I think the correct final fix for this. It seems that theReadme.mdsomehow still stuck around after we removed it from the npm repo proper. It should be completely gone now. 🙏r: @jasnell
r: @Fishrock123
r: @chrisdickinson