Errors when deploying an Angular app to Firebase

I am getting an error trying to deploy my Angular app to Firebase. Running latest version of Angular CLI and Node… Any thoughts what this could be?
58%20PM

At a guess, you are running a version of Node remotely different to the one you developed against. It looks like it is having trouble with the spread ... operator.