Build with nodejs seems to fail due to network issues #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All new builds with nodejs seems to fail due to a network issue.
quick lists:
quick log
I noticed that as well. Server overall connection status is fine, so there is either some routing issue to some npm reg. or a specific issue on their side, not sure.
I've found a pottential fix that we could test, but i don't think there is a proxy, but it good to try:
That should not apply to a clean chroot, since there is no npm config that could have a proxy set.
My guess is it was some sort of temporary issue, and we just hit bad timing with all these builds falling into a short timeframe.
Lets observe if this problem persist first, then we can think about possible solutions.
Okay no problem 👍
This seems to have resolved itself, closing for now.