Description
I just got an ENOENT while running npm ci on my project. I reran npm ci and it worked fine. We had this issue on our Azure Devops pipeline for a while, but couldn't reproduce it on our machines so we assumed it was a problem with Azure's hosted agents. We logged it with Azure support but they closed it as a problem with npm, so we wrote a script to just retry npm ci 3 times and hope that it works once out of those 3 times. That has worked fine, but now that I have seen it on my own dev machine, I no longer believe that it is just a problem with Azure's agents.
Log attached:
2020-01-16T09_20_45_728Z-debug.log
I don't know how to reproduce this, but I am happy to provide more details on request, I just don't know what information is needed. I have a feeling this is related to #529, which also looks related to https://npm.community/t/10099