Closed cliffordfajardo closed 1 year ago
@evanw - would you be able to publish a new version of esbuild-linux-64
on npm?
I see that the one published on npm at this time is version 0.15.18
I noticed I was using esbuild
14.51 prior to this error happening.
I did a search for esbuild-linux-64 in the esbuild github repo & saw that for esbuild 16.0, you need to specify esbuild directly on your package.json file
I tried that and unfortunately still getting a similar error:
Failed to download "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.11.23.tgz": connect ENETUNREACH 2606:4700::6810:1323:443
First of all, it looks like your machine is having network reachability problems. There's nothing I can do about that. You'll have to fix that on your end. Second, the log says you're installing both esbuild 0.16.3 (which worked fine) and also esbuild 0.11.23 (which failed). So it looks like your problem is with esbuild version 0.11.23, not with esbuild version 0.16.3.
Thanks - will continue figuring out stuff on my end, and if I find the solution, I will update this issue as well
Ok. I'm closing this issue because this is not a problem that making a change in a new build of esbuild will fix.
Recently upgraded to esbuild 0.16.3 & tried running it on my CI machine at work that is running on RHEL7 (linux-64)
This was the error log:
Full error log