Closed jonniespratley closed 7 years ago
I had the same error with an angular cli project that I'm using yarn
for dependency management. The problem for me was caused by running a yarn clean
. This issue 662 on svgo suggested deleting the .yarnclean
file. Fixed my problem. Maybe you've had something similar with a gulp clean
command.
@rpoitras this worked for me with this exact issue - thanks!
@rpoitras Nice work, thanks for suggesting that fix. 👍
Here is the output:
Any thoughts on why this is happening?