steadyequipment / node-firestore-backup

Google Firebase Firestore backup tool
190 stars 51 forks source link

Missing grpc_node.node #7

Closed marcinsydor closed 6 years ago

marcinsydor commented 6 years ago

Do you have an idea why I'm getting this error?

Error: Cannot find module '/usr/local/lib/node_modules/firestore-backup/node_modules/grpc/src/node/extension_binary/node-v57-darwin-x64/grpc_node.node'

macOS: 10.13
node: 8.9.0
npm: 5.5.1
yoiang commented 6 years ago

I haven't been able to reproduce, without delving in too far or searching too hard I found this, you might want to follow it's progress. https://github.com/firebase/firebase-tools/issues/522

I'm closing until it's clear this is a firestore-backup issue and not a firebase-tools issue or there is something more proactive that can be done on our side.

marcinsydor commented 6 years ago

Thanks for looking into that issue. I've solved it by reinstalling the package with firestore-backup --unsafe-perm. All works fine now.

yoiang commented 6 years ago

Thanks for the update! Good if anyone else runs into this issue.