Ben Lambert
Ben Lambert
@drodil After chats in the Scaffolder SIG, we're wondering if it makes sense to push some of these options into the component itself and expose a few options that can...
Thanks! :pray:
@cmoulliard want to get this in, but can you remove the changeset? :pray:
@margueritepd > (I have not found a conclusive answer) Nope, unfortunately `fetch:template` is not compatible with `cookiecutter.json`, you would need to use the `fetch:cookiecutter` action instead which is native cookicutter...
@darrenyung it's possible that the `undici` `ProxyAgent` you're using does not respect `NO_PROXY` env variables. There's a workaround here: https://github.com/nodejs/undici/issues/1650#issuecomment-1341384515 but we were discussing potentially bringing some of this logic...
@darrenyung which workaround did you use? Are you using public github or on prem?
Hmm it's unfortunate that we can't see what the actual issue is with the `fetch failed`. But I would assume that it's not sending requests through the proxy. I wonder...
Hmm it's possible that they could be using different versions of octokit in the `yarn.lock` though. They're different modules and could perhaps be different ranges. You can have a check...
Hmm this looks like there's an incompatibility of some packages frontend packages requiring backend code, or vice versa. I wonder if you can run the `scripts/verify-local-dependencies.js` in your repo and...
Yeah I wonder if it's worth back tracking on regenerating the whole of the lock file for now, and try to solve one problem at a time. You can just...