Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在终端中,当我运行 firebase... 时出现以下错误:
Error(`@grpc/grpc-js only works on Node ${supportedNodeVersions}`)
我怎样才能删除这个grpc?或者我该怎么办?
该错误意味着您需要更新版本的 Node.js 来运行该库。目前,最新的 LTS 是 12.x 版本,但 10.x 的最新版本也应该可以正常工作。