-1

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?

Nurseyit Tursunkulov
  • 8,012
  • 12
  • 44
  • 78

1 Answers1

1

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.

murgatroid99
  • 19,007
  • 10
  • 60
  • 95