I'm having troubles when I try to execute firebase commands in the Node.js console. Tipically, it shows me the next sentence (for example, when I execute firebase list):
Error: An unexpected error has occurred.
I'm currently logged in.
When I try to deploy, it shows the next message:
npm ERR! code EPIPE
npm ERR! errno EPIPE
npm ERR! syscall write
npm ERR! EPIPE: broken pipe, write
Thanks in advance!