This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
ENOENT and ENOTEMPTY while rolling back failed optional dependencies #6043
Closed
Description
npm install grunt-imagemin
fails spectacularly on both master
and v1.4
due to npm sometimes simultaneously trying to install and remove packages when optional dependencies fail to install. That makes me sad.
See imagemin/imagemin#53 for more details.