Started getting random error [fixed]

I just a few minutes ago started getting this error:

fs.js:675

return binding.read(fd, buffer, offset, length, position);

             ^

Error: EIO: i/o error, read

at Object.fs.readSync (fs.js:675:18)

at tryReadSync (fs.js:540:20)

at Object.fs.readFileSync (fs.js:575:19)

at Object.Module._extensions..js (module.js:662:20)

at Module.load (module.js:565:32)

at tryModuleLoad (module.js:505:12)

at Function.Module._load (module.js:497:3)

at Module.require (module.js:596:17)

at require (internal/module.js:11:18)

at Object.<anonymous> (/app/node_modules/discord.js/src/client/Client.js:8:28)

Anyone know why?

I’ve been getting this issue lately too. It resolved itself for me yesterday, but took an hour or two. Really frustrating.

A quick look back in the forum reveals that a bunch of folks have hit this too. No idea what’s going on or what we, on our end, can do. npm install didn’t do anything for me.