Timeout with npm install

I frequently have npm install timeout during a build. Locally, this install is quick, and when it passes on CircleCI it’s usually under a minute. When it fails, I just rerun the build a few times (4th time was a charm this time) and it eventually passes. Anyone else experience this? It’s really frustrating because I change absolutely nothing and it passes. There are no active issues with circleci or npm. I do not use a cache in my build either.

Hello @tharnach

There are many reasons this could be occurring. Could you share the exact error you are receiving and perhaps provide a sample of your package.json file?