arizona-linguistics / colrc-v2

COLRC version 2.0
5 stars 2 forks source link

Improve Dockerfiles to show error message when NPM install fails #304

Open amyfou opened 1 year ago

amyfou commented 1 year ago

inspired by Tobin's experience where the root cause was that docker ran out of resources (I think) during npm install for the frontend, and just abandoned the process - causing the frontend to fail to build with random errors about dependencies not being available.

It'd be nice to get an informative error message when this happens rather than being sent on a wild goose chase.