-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer fails in docker #37
Comments
For what it's worth, I am experiencing this with node 18.12 and 19.1 as well. I don't have a proper workaround (or root cause analysis, for that matter), but the error is very frequent when installing everything from |
@sjpeterson, does |
@rhendric, it does, yes. |
It flaky in Docker more frequently because that's mostly be a fresh install each time (i.e. empty |
Fixed in #40 |
Installing purescript 0.15.5+ fails intermittently inside Docker. This happens on
node:14
andnode:16
but not as frequently onnode:16
.Steps to reproduce:
Dockerfile
build Dockerfile
repeat until you get the error.
I think it might have to do with changes made to the installer between 0.2.6 and 0.3.1 as purescript 0.15.4 uses version 0.2.6 of the installer and works perfectly every time.
Docker versions tested:
The text was updated successfully, but these errors were encountered: