Jason Rogers
Jason Rogers
> > Thank you both for following up. I still suspect that this is a network problem, for a couple of reasons: > > > > 1. So far, all...
Nice find. Thanks. I would say this is a bug in the server that is redirecting you to `azure.cn`. URL paths are case-sensitive, so a redirect should not change the...
Hi, thanks for the comment. Just to confirm, you have cloned this repo, cd'd into the ch08 directory, and run `npm install` followed by `gulp` followed by `npm test`? And...
Okay, thanks. I wouldn't be terribly surprised if your original issue also traces back ultimately to jest and/or your npm version. Maybe you can try what's mentioned in https://github.com/facebook/react-native/issues/3999#issuecomment-165033729 and...
Yeah, having read up on it a bit more, I'm almost certain that that comment in my last post contains the solution to your issue. There was a major change...
Hey, no problem! Glad we were able to locate the source of the problem. Thanks for the additional info, too; the version of babel-jest you're using does indeed depend on...
@stevegibbings Any updates? I've kind of let this slip my mind and only just remembered that we never went any further after your last comment. Instead of trying to rebase...
Thanks for this report, and sorry for my delay in responding (life getting in the way and all that). Just to make sure that I understand, is the issue that...
If it is the latter issue, then it may be that I need to allow specifying proxy options in some way before attempting to fetch packages using `node-fetch`. As a...
Cool, thanks. I'll take care of this ASAP (and yes, I'll make sure the extension respects VSCode proxy settings).