Hi! Thanks for your work of gathering all this stuff in one place!
But how do you managed to make npm install work with direct package.json mounts? I get this errors every time:
resource busy or locked, rename '/opt/package.json.3249071875' -> '/opt/package.json'
because npm tries to rewrite file from scratch rather than make atomic writes.
Hi! Thanks for your work of gathering all this stuff in one place!
But how do you managed to make
npm installwork with direct package.json mounts? I get this errors every time:because npm tries to rewrite file from scratch rather than make atomic writes.