Lee Powell
Lee Powell
Similar issues as logged here: https://github.com/npm/cli/issues/2619 Our CI pipelines are 401'ing - tokens are provided internally for the CI agents.
Sure - although the two issues may share similarities in how v7 is following redirects with auth?
Yeah, redirects are a guess on my part (I've not had time to investigate), however I don't think this is an issue with Azure as v6 works as expected.
Hi - I've created a fresh Azure account which replicates the problem locally. Happy to share account details so you can login and clone the repo. I can also talk...
@TomBeckett Out of interest do all the urls in your package-lock.json file match the registry address you’re using?
@TomBeckett Could you humour me try manually changing them all to the `registry.npmjs.org` url (and if that fails try `npm.pkg.github.com`)? We're seeing similar issues in Azure with mixed urls -...
Long term Charles user, recently discovered Proxyman - really liking it, but I'm not sure it's fully featured enough for me to leave Charles completely yet. For some reason "Very...
Hi @NghiaTranUIT 👋 Yes I see the traffic, as I'm explicitly directing my requests at the proxy. This is a Node app which makes a request to another Node app...
Sorry, yeah, I'll put together a test case tomorrow.
Did anyone find a solution to this, I'm hitting the same issue: This: ``` import invariant from 'tiny-invariant'; invariant(children, 'Error!'); ``` Results in: ``` !children ? process.env.NODE_ENV !== "production" ?...