empiricaly / empirica

Open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
https://empirica.ly/
Apache License 2.0
43 stars 8 forks source link

Volta fails to download node/npm #540

Closed npaton closed 3 months ago

npaton commented 3 months ago

Is there an existing issue for this?

What happened?

Sometimes volta will fail to download node or npm. Apparently due to a bad response from the node/npm servers. Maybe the client from which it is being downloaded is hitting some sort rate limit. This might happen on a CI such as Github Actions, or on a large private network such as a corporation or university. Not sure, speculating.

The first solution to try out is to just try again.

This is the issue on the volta project: https://github.com/volta-cli/volta/issues/1523

This is a potential workaround: https://github.com/volta-cli/volta/issues/1523#issuecomment-1975265044

image

Steps To Reproduce

  1. Try to install empirica
  2. Sometimes it fails

Empirica Version

Any

What OS are you seeing the problem on?

No response

What browser are you seeing the problem on?

No response

Relevant log output

No response

Anything else?

If you encounter this issue, could you indicate what type of network you're on (personal or not).

Code of Conduct

npaton commented 3 months ago

1 user reported retrying a few times worked. Hopefully this issue is rare.

npaton commented 3 months ago

Closing for now, please reopen if you encounter this.