ehmicky
ehmicky
Draft PR at https://github.com/netlify/build-image/pull/750 for adding a mirror.
#750 was closed due to security concerns with using external mirrors. This means we should instead go with caching the binaries, as explained in the above comments.
Note: related issue on `netlify/build`: https://github.com/netlify/build/issues/1535
First part at https://github.com/netlify/build-image/pull/757
This could be opt-in by using a configuration option. Do you think this would then be a good feature idea? If you think this is not worth the effort, I'll...
Some ideas (not super clear, sorry): - `used node` - `node in use` - `package node` - `node in package` - `engines node`
Thanks for your explanation! I would gladly help but I am not familiar with writing ESLint plugins. It's on my to-do list but not yet unfortunately :(
@iarna I've just tried the demo repo it with Node `12.1.0` and the latest version of all dependencies, and this is still an issue. For information, this sometimes create issues...
Related: https://github.com/netlify/open-api/issues/240
Hi @CanRau, Could you please try to send the same request but directly via HTTP (e.g. with `curl` or other similar tools) as suggested in https://github.com/netlify/open-api/issues/240? This would allow making...