Uh oh!
There was an error while loading. Please reload this page.
check if npm properly supports long cache-min and enable if so - #375
check if npm properly supports long cache-min and enable if so#375apaleslimghost wants to merge 1 commit into
Conversation
ghost
commented
Aug 5, 2016
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
ghost
commented
Aug 5, 2016
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
apaleslimghost
commented
Aug 5, 2016
Criteria from #373:
|
apaleslimghost
commented
Aug 5, 2016
I'm looking into the test failures. |
apaleslimghost
commented
Aug 5, 2016
Hmm, the tests run fine locally with the same Node & npm versions as Travis. Possibly platform-specific? I'll try it on a Linux box tomorrow. |
gaearon
commented
Aug 5, 2016
Maybe you can’t use |
apaleslimghost
commented
Aug 5, 2016
This is ['install','--save-dev','--save-exact','--cache-min=Infinity','/Users/matthew.brennan/Projects/create-react-app/react-scripts-0.3.0-alpha.tgz']Either it's a crossplatform issue (which would be sad) or it's an npm race condition (which would be sadder). |
gaearon
commented
Aug 5, 2016
I like to test linux stuff on nitrous.io |
apaleslimghost
commented
Aug 5, 2016
Tests run fine on my Linux vps. Could still be something strange about the Travis env i guess? Note the actual npm error is: which does sound similar to some race conditions i've encountered in npm before |
gaearon
commented
Aug 5, 2016
Mmm can we just try |
gaearon
commented
Aug 5, 2016
Also what about
? |
gaearon
commented
Sep 2, 2016
@quarterto Would you be interested in finishing this up? I think it’ll make a lot of difference for many users. |
apaleslimghost
commented
Sep 2, 2016
Hey, sorry, I'll take another look this weekend |
gaearon
commented
Sep 2, 2016
Assigning this to @vjeux for review when you’re ready. |
vjeux
commented
Sep 2, 2016
👍 |
apaleslimghost
commented
Sep 5, 2016
Quick update: I didn't have much time at the weekend to work on this, but I can at least make the tests fail consistently with the same error as Travis now (which is a separate error to the original one so I'm not sure that's an improvement 😕 ) |
gaearon
commented
Sep 30, 2016
Going to close since this is getting stale. |
Implements #373. @gaearon