Reputation: 21044
We have a Node JS app deployed on Google Cloud/App Engine. The app just started reporting an IO Error:
Error: EIO: i/o error, read
at .Object.readSync ( fs.js:617 )
at .tryReadSync ( fs.js:382 )
at .Object.readFileSync ( fs.js:411 )
at Object.Module._extensions..js ( internal/modules/cjs/loader.js:1112 )
...
Here's what I will try to do:
node_modules
folders and re-install https://github.com/npm/npm/issues/17030I will update the question with any findings.
Upvotes: 1
Views: 401
Reputation: 26
We experienced the same issue this morning along the same timeline. Looks like there was an incident:
https://status.cloud.google.com/incidents/mvpNTsgUmf2LL7PdgmyF
https://groups.google.com/g/google-appengine/c/g4uX8eZKYFI
https://issuetracker.google.com/issues/230635334
Upvotes: 1