This error will happen if you upgrade firebase-functions, without upgrading your tooling.
firebase-functions
In order to fix it, just run npm i -g firebase-tools
npm i -g firebase-tools