In terminal when I run firebase... gives the following error:
Error(`@grpc/grpc-js only works on Node ${supportedNodeVersions}`)
How can I delete this grpc? or what should I do?
In terminal when I run firebase... gives the following error:
Error(`@grpc/grpc-js only works on Node ${supportedNodeVersions}`)
How can I delete this grpc? or what should I do?
That error means that you need a newer version of Node.js to run that library. Currently, the latest LTS is version 12.x, but recent versions of 10.x should also work well.