Remix.run Logo
bsuvc 7 days ago

Having CI would have avoided this problem.

negus 6 days ago | parent | next [-]

What you mean here is actually deps pinning + vendoring. It's way out of scope of basic CI concept.

jcelerier 6 days ago | parent | prev | next [-]

CI doesn't help when all the dependencies aren't locked, or where some deps disappear, or ...

abejfehr 7 days ago | parent | prev [-]

Not for running the project locally

bsuvc 7 days ago | parent [-]

I think you're missing the point.

CI solves it because it proves that it can build in the pipeline, using a well defined environment.

No guessing at which node version you need or any other dependencies that may be required.