We’re seeing all node builds fail in multiple repos at the npm install step where something seems to be looking for a node_modules/.staging
folder that isn’t there. This has just started in the last few hours. Here’s an example error message (though there are hundreds of these per build):
npm WARN tar ENOENT: no such file or directory, open '/home/travis/build/mantacode/fe-directory/node_modules/.staging/yargs-08d4e68f/README.md'
Link to a couple projects where this is happening:
https://travis-ci.com/github/mantacode/fe-directory
https://travis-ci.com/github/mantacode/launchpad-service
Possibly this is an npm issue though I was not able to reproduce it locally.