I'm using Firebase Hosting and Cloud Functions. When I execute firebase serve --only functions I got this error :
Cannot start emulator. Error: Cannot find module '/usr/local/lib/node_modules/firebase-tools/node_modules/grpc/src/node/extension_binary/node-v57-darwin-x64-unknown/grpc_node.node'
I installed all dependencies required like firebase-tools. I used this tutorial
Any ideas?
npm install -g firebase-toolscompleted successfully? - Doug Stevenson